From 338ce36c218220f335546da724deca5f215720d9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 13 Aug 2008 08:50:28 +0100 Subject: fix break when calling catchupFeedInGroup() in grouped vfeed mode on a feed with a single quote in a name --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index f2800552f..8367dcaa1 100644 --- a/functions.php +++ b/functions.php @@ -5007,7 +5007,7 @@ $cur_feed_title = htmlspecialchars($cur_feed_title); - $vf_catchup_link = "(mark as read)"; + $vf_catchup_link = "(mark as read)"; print "". "
$feed_icon_img
". @@ -5088,7 +5088,7 @@ $cur_feed_title = htmlspecialchars($cur_feed_title); - $vf_catchup_link = "(mark as read)"; + $vf_catchup_link = "(mark as read)"; $has_feed_icon = is_file(ICONS_DIR . "/$feed_id.ico"); -- cgit v1.2.3