From d14d312d0699677a00c71e38b9d3ce26d6629597 Mon Sep 17 00:00:00 2001 From: Jozef Selesi Date: Sun, 23 Nov 2008 00:24:56 +0000 Subject: * Individual comment views now output valid Atom 1.0 entries: http://example.gallery.com/index.php/comments/{comment_id}?_format=atom * Changed Content-Type of Atom feeds and entries to XML for easier debugging. * Added an Atom helper class with some common functions and cleaned up entry and feed generation code a bit in the comment helper. * Style fixes. --- modules/atom/libraries/Atom_Link.php | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/atom/libraries/Atom_Link.php') diff --git a/modules/atom/libraries/Atom_Link.php b/modules/atom/libraries/Atom_Link.php index 5fff30f2..723675c1 100644 --- a/modules/atom/libraries/Atom_Link.php +++ b/modules/atom/libraries/Atom_Link.php @@ -17,6 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + class Atom_Link_Core extends Atom_Base { public function rel($rel) { $this->element->setAttribute("rel", $rel); -- cgit v1.2.3