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