mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-26 17:54:10 -04:00
Fix double-escaping in the item comments feed.
This commit is contained in:
@@ -27,7 +27,7 @@ class Gallery_Atom_Entry_Core extends Atom_Entry {
|
||||
parent::__construct("entry");
|
||||
|
||||
/* Set feed ID and self link. */
|
||||
$this->id(atom::get_absolute_url());
|
||||
$this->id(html::specialchars(atom::get_absolute_url()));
|
||||
$this->link()
|
||||
->rel("self")
|
||||
->href(atom::get_absolute_url());
|
||||
|
||||
Reference in New Issue
Block a user