Skip to content

Commit af55531

Browse files
committed
Change to bring back descriptions in the exhibition
1 parent 0a932cb commit af55531

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

generate/lib/Curated.class.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ function Curated($xml)
2222
$this->width = getAttribute($xml, 'width');
2323
$this->height = getAttribute($xml, 'height');
2424
$this->image = getValue($xml, 'image');
25-
$this->description = innerHTML($xml, 'description');
25+
//$this->description = innerHTML($xml, 'description');
26+
$this->description = getValue($xml, 'description');
2627
$this->location = getValue($xml, 'location');
2728

2829
$links = $xml->getElementsByTagName('link');

0 commit comments

Comments
 (0)