Index: trunk/extensions/ConfirmAccount/RequestAccount_body.php |
— | — | @@ -162,7 +162,7 @@ |
163 | 163 | $form .= "<td>" . Xml::input( 'wpRealName', 35, $this->mRealName, array( 'id' => 'wpRealName' ) ) . "</td></tr>\n"; |
164 | 164 | $form .= '</table>'; |
165 | 165 | } |
166 | | - $form .= "<p>" . wfMsgHtml( 'requestaccount-bio' ) . "\n"; |
| 166 | + $form .= "<p>" . wfMsgWikiHtml( 'requestaccount-bio' ) . "\n"; |
167 | 167 | $form .= "<textarea tabindex='1' name='wpBio' id='wpBio' rows='12' cols='80' style='width:100%; background-color:#f9f9f9;'>" . |
168 | 168 | htmlspecialchars( $this->mBio ) . "</textarea></p>\n"; |
169 | 169 | $form .= '</fieldset>'; |