We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a932cb commit af55531Copy full SHA for af55531
1 file changed
generate/lib/Curated.class.php
@@ -22,7 +22,8 @@ function Curated($xml)
22
$this->width = getAttribute($xml, 'width');
23
$this->height = getAttribute($xml, 'height');
24
$this->image = getValue($xml, 'image');
25
- $this->description = innerHTML($xml, 'description');
+ //$this->description = innerHTML($xml, 'description');
26
+ $this->description = getValue($xml, 'description');
27
$this->location = getValue($xml, 'location');
28
29
$links = $xml->getElementsByTagName('link');
0 commit comments