diff options
Diffstat (limited to 'modules/atom/libraries/Gallery_Atom_Entry.php')
-rw-r--r-- | modules/atom/libraries/Gallery_Atom_Entry.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/atom/libraries/Gallery_Atom_Entry.php b/modules/atom/libraries/Gallery_Atom_Entry.php index 4b035eed..57785fd7 100644 --- a/modules/atom/libraries/Gallery_Atom_Entry.php +++ b/modules/atom/libraries/Gallery_Atom_Entry.php @@ -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()); |