Skip to content

Commit

Permalink
fixes paragraphs and other cdata in feed xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ebellempire committed Sep 26, 2019
1 parent 115e4cb commit 0317743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/shared/items/browse.srss.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
$entry->setDateModified(strtotime($item->modified));
$entry->setDateCreated(strtotime($item->added));

$entry->setContent($content);
$entry->setDescription($content);

$feed->addEntry($entry);
}
Expand Down

0 comments on commit 0317743

Please sign in to comment.