Index: trunk/extensions/Contest/specials/SpecialContest.php |
— | — | @@ -303,7 +303,7 @@ |
304 | 304 | $this->getOutput()->addHTML( |
305 | 305 | '<fieldset>' . |
306 | 306 | '<legend>' . wfMsgHtml( 'contest-contest-showonly' ) . '</legend>' . |
307 | | - '<form method="post" action="' . $GLOBALS['wgScript'] . '?title=' . $title . '">' . |
| 307 | + '<form method="post" action="' . htmlspecialchars( $GLOBALS['wgScript'] . '?title=' . $title ) . '">' . |
308 | 308 | Html::hidden( 'title', $title ) . |
309 | 309 | $this->getDropdownHTML( |
310 | 310 | 'challenge', |