Index: temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollrating.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollrating.php	(revision 863)
+++ temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollrating.php	(revision 864)
@@ -77,5 +77,5 @@
 $count = $renderer->assignComment($xoopsTpl, $option_id, $start, POLL_COMMENT_VIEW);
 
-$nav = new XoopsPageNav($count, POLL_OPTION_VIEW, $start, "start", 'poll_id='.$poll_id.'&amp;option_id='.$option_id.'&amp;rating_id='.$arrForm['rating_id']);
+$nav = new XoopsPageNav($count, POLL_OPTION_VIEW, $start, "start", 'poll_id='.$poll_id.'&amp;option_id='.$option_id.'&amp;rating_id='.$arrForm['rating_id'].'&amp;comment='.htmlspecialchars($arrForm['comment']));
 $xoopsTpl->assign('forum_pagenav', $nav->renderNav(4));
 
