Index: /branches/beta/data/Smarty/templates/rss/index.tpl
===================================================================
--- /branches/beta/data/Smarty/templates/rss/index.tpl	(revision 17)
+++ /branches/beta/data/Smarty/templates/rss/index.tpl	(revision 17004)
@@ -9,10 +9,10 @@
 <!--{* channelÍ×ÁÇ *}-->
 <channel>
-<title> <!--{$site_title|sf_mb_convert_encoding:$encode}--> </title>
+<title> <!--{$site_title|sf_mb_convert_encoding:$encode|escape}--> </title>
 <link> <!--{$smarty.const.SITE_URL}--> </link>
-<description> <!--{$description|sf_mb_convert_encoding:$encode}--> </description>
+<description> <!--{$description|sf_mb_convert_encoding:$encode|escape}--> </description>
 <language>ja</language>
-<managingEditor><!--{$email}--></managingEditor>
-<webMaster><!--{$email}--></webMaster>
+<managingEditor><!--{$email|escape}--></managingEditor>
+<webMaster><!--{$email|escape}--></webMaster>
 <generator>web shoppings v1.0</generator>
 <copyright>(c) COPYRIGHT</copyright>
@@ -29,8 +29,8 @@
 				<link> <!--{$arrNews[cnt].news_url|escape}--></link>
 			<!--{/if}-->
-			<title> <!--{ $arrNews[cnt].news_title|sf_mb_convert_encoding:$encode }--> </title>
-			<description><!--{$arrNews[cnt].news_comment|truncate:256|sf_mb_convert_encoding:$encode}--></description>
+			<title> <!--{ $arrNews[cnt].news_title|sf_mb_convert_encoding:$encode|escape }--> </title>
+			<description><!--{$arrNews[cnt].news_comment|truncate:256|sf_mb_convert_encoding:$encode|escape}--></description>
 			<!--{* <pubDate><!--{"r"|sf_mktime:$arrNews[cnt].hour:$arrNews[cnt].minute:$arrNews[cnt].second:$arrNews[cnt].month:$arrNews[cnt].day:$arrNews[cnt].year}--></pubDate> *}-->
-			<pubDate><!--{$timestamp}--></pubDate>
+			<pubDate><!--{$timestamp|escape}--></pubDate>
 		</item>
 	<!--{/section}-->
