Index: trunk/extensions/CheckUser/CheckUser_body.php |
— | — | @@ -125,7 +125,7 @@ |
126 | 126 | $wgOut->addWikiText( wfMsg( 'checkuser-summary' ) . |
127 | 127 | "\n\n[[" . $this->getLogSubpageTitle()->getPrefixedText() . '|' . wfMsg( 'checkuser-showlog' ) . ']]' |
128 | 128 | ); |
129 | | - $form = "<form name='checkuserform' id='checkuserform' action='$action' method='post'>"; |
| 129 | + $form = "<form name='checkuserform' id='checkuserform' action=\"$action\" method='post'>"; |
130 | 130 | $form .= "<fieldset><legend>".wfMsgHtml( "checkuser-query" )."</legend>"; |
131 | 131 | $form .= "<table border='0' cellpadding='2'><tr>"; |
132 | 132 | $form .= "<td>".wfMsgHtml( "checkuser-target" ).":</td>"; |
— | — | @@ -605,7 +605,7 @@ |
606 | 606 | $blocklist = SpecialPage::getTitleFor( 'Ipblocklist' ); |
607 | 607 | |
608 | 608 | $action = $wgTitle->escapeLocalUrl( 'action=block' ); |
609 | | - $s = "<form name='checkuserblock' id='checkuserblock' action='$action' method='post'>"; |
| 609 | + $s = "<form name='checkuserblock' id='checkuserblock' action=\"$action\" method='post'>"; |
610 | 610 | $s .= '<ul>'; |
611 | 611 | foreach( $users_edits as $name => $count ) { |
612 | 612 | $s .= '<li>'; |