Remove errant double HTML entity encoding in API source attribution
This commit is contained in:
@@ -1221,7 +1221,7 @@ class Notice extends Memcached_DataObject
|
||||
$ns = $this->getSource();
|
||||
if ($ns) {
|
||||
if (!empty($ns->url)) {
|
||||
$noticeInfoAttr['source_link'] = htmlentities($ns->url);
|
||||
$noticeInfoAttr['source_link'] = $ns->url;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user