From e9b51d3d6c6b95af0ea024e0fdf445402792068b Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 14 Aug 2006 22:06:05 +0000 Subject: [PATCH] r1037: - Re-add the summary tag - Add type="html" to the content tag --- syndicate.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/syndicate.php b/syndicate.php index d8679b6..61c4fac 100644 --- a/syndicate.php +++ b/syndicate.php @@ -2,7 +2,7 @@ /*=====================================================================*\ || ################################################################### || # Bugdar [#]version[#] -|| # Copyright ©2002-[#]year[#] Blue Static +|| # Copyright ¬©2002-[#]year[#] Blue Static || # || # This program is free software; you can redistribute it and/or modify || # it under the terms of the GNU General Public License as published by @@ -118,7 +118,8 @@ if (SYND_TYPE == 'atom') ' . $bug['username'] . ' - ' . $bug['storytext'] . ' + ' . $bug['storytext'] . ' + ' . htmlspecialchars($bug['comment_parsed']) . ' '; } -- 2.22.5