Index: temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_rating.html
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_rating.html	(revision 846)
+++ temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_rating.html	(revision 854)
@@ -81,5 +81,5 @@
 						<tr><td height="15"></td></tr>
 						<tr>
-							<td><textarea name="comment" style="width: 99%; height:150px;"><{$arrForm.comment}></textarea></td>
+							<td><textarea name="comment" style="width: 99%; height:150px;"><{$arrForm.comment|escape}></textarea></td>
 						</tr>
 						<tr><td height="10"></td></tr>
Index: temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_new.html
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_new.html	(revision 793)
+++ temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_new.html	(revision 854)
@@ -40,5 +40,5 @@
 				<tr>
 					<td class="ranking01">¥¿¥¤¥È¥ë</td>
-					<td class="ranking02"><input type="text" name="title" style="width: 99%;" value="<{$arrForm.title}>" /></td>
+					<td class="ranking02"><input type="text" name="title" style="width: 99%;" value="<{$arrForm.title|escape}>" /></td>
 				</tr>
 				<tr>
@@ -52,5 +52,5 @@
 				<tr>
 					<td class="ranking01">ÆâÍÆ</td>
-					<td class="ranking02"><textarea name="body" style="width: 99%; height:150px;"><{$arrForm.body}></textarea></td>
+					<td class="ranking02"><textarea name="body" style="width: 99%; height:150px;"><{$arrForm.body|escape}></textarea></td>
 				</tr>
 				<tr>
