From 328e3ad2b4e15e06725554547c6405891b6feb7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rytis=20Slatkevi=C4=8Dius?= Date: Wed, 12 May 2010 15:33:56 +0000 Subject: [PATCH] user web: use CDATA section for title in the RSS feed svn path=/trunk/boinc/; revision=21474 --- checkin_notes | 6 ++++++ html/inc/forum_rss.inc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 70ecfc43f2..de13c7d54e 100644 --- a/checkin_notes +++ b/checkin_notes @@ -3532,3 +3532,9 @@ David 11 May 2010 client/ log_flags.cpp + +Rytis 12 May 2010 + - user web: use CDATA section for title in the RSS feed + + html/inc/ + forum_rss.inc diff --git a/html/inc/forum_rss.inc b/html/inc/forum_rss.inc index 5e884d74cf..82770aa909 100644 --- a/html/inc/forum_rss.inc +++ b/html/inc/forum_rss.inc @@ -42,7 +42,7 @@ function show_forum_rss_item($thread, $userid, $threads_only, $truncate) { } //$t = htmlspecialchars($t); echo " - ".strip_tags(bb2html($thread->title))." + <![CDATA[".strip_tags(bb2html($thread->title))."]] $unique_url $unique_url