Merge pull request #1137 from jonom/patch-2

API: Use HTMLText as default for RSS Description
This commit is contained in:
Ingo Schommer 2013-02-07 02:15:23 -08:00
commit 121fb662e6

View File

@ -293,7 +293,7 @@ class RSSFeed_Entry extends ViewableData {
* @return string Returns the description of the entry.
*/
public function Description() {
return $this->rssField($this->descriptionField, 'Text');
return $this->rssField($this->descriptionField, 'HTMLText');
}
/**