mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #1137 from jonom/patch-2
API: Use HTMLText as default for RSS Description
This commit is contained in:
commit
121fb662e6
@ -293,7 +293,7 @@ class RSSFeed_Entry extends ViewableData {
|
|||||||
* @return string Returns the description of the entry.
|
* @return string Returns the description of the entry.
|
||||||
*/
|
*/
|
||||||
public function Description() {
|
public function Description() {
|
||||||
return $this->rssField($this->descriptionField, 'Text');
|
return $this->rssField($this->descriptionField, 'HTMLText');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user