Index: trunk/extensions/ConfirmAccount/ConfirmAccount_body.php |
— | — | @@ -92,7 +92,7 @@ |
93 | 93 | $form .= "<p>".wfMsgHtml('requestaccount-bio')."</p>"; |
94 | 94 | $form .= "<p><textarea tabindex='1' name='wpBio' id='wpBio' rows='10' cols='80' style='width:100%'>" . |
95 | 95 | htmlspecialchars($this->mBio) . |
96 | | - "</textarea></p>"; |
| 96 | + "</textarea></p>\n"; |
97 | 97 | $form .= '</fieldset>'; |
98 | 98 | |
99 | 99 | $form .= '<fieldset>'; |
— | — | @@ -106,7 +106,7 @@ |
107 | 107 | $form .= "<p>".wfMsgHtml('requestaccount-urls')."</p>\n"; |
108 | 108 | $form .= "<p><textarea tabindex='1' name='wpUrls' id='wpUrls' rows='2' cols='80' style='width:100%'>" . |
109 | 109 | htmlspecialchars($this->mUrls) . |
110 | | - "</textarea></p>"; |
| 110 | + "</textarea></p>\n"; |
111 | 111 | $form .= '</fieldset>'; |
112 | 112 | |
113 | 113 | # Pseudo template for extensions |
— | — | @@ -124,7 +124,6 @@ |
125 | 125 | } |
126 | 126 | $form .= "<p>".Xml::check( 'wpToS', $this->mToS, array('id' => 'wpToS') ). |
127 | 127 | ' <label for="wpToS">'.wfMsgExt( 'requestaccount-tos', array('parseinline') )."</label></p>\n"; |
128 | | - |
129 | 128 | $form .= Xml::hidden( 'title', $wgTitle->getPrefixedText() )."\n"; |
130 | 129 | $form .= Xml::hidden( 'wpEditToken', $wgUser->editToken() )."\n"; |
131 | 130 | $form .= "<p>".Xml::submitButton( wfMsgHtml( 'requestaccount-submit') ) . "</p>"; |
— | — | @@ -567,7 +566,7 @@ |
568 | 567 | $form .= "<p>".wfMsgHtml('requestaccount-bio')."</p>"; |
569 | 568 | $form .= "<p><textarea tabindex='1' readonly name='wpBio' id='wpBio' rows='10' cols='80' style='width:100%'>" . |
570 | 569 | htmlspecialchars($row->acr_bio) . |
571 | | - "</textarea></p>"; |
| 570 | + "</textarea></p>\n"; |
572 | 571 | $form .= '</fieldset>'; |
573 | 572 | |
574 | 573 | $form .= '<fieldset>'; |
— | — | @@ -589,9 +588,8 @@ |
590 | 589 | $form .= "<p>".wfMsgHtml('requestaccount-reason')."</p>\n"; |
591 | 590 | $form .= "<p><textarea tabindex='1' name='wpReason' id='wpReason' rows='3' cols='80' style='width:80%'>" . |
592 | 591 | htmlspecialchars($this->reason) . |
593 | | - "</textarea></p>"; |
| 592 | + "</textarea></p>\n"; |
594 | 593 | $form .= "<p>".Xml::submitButton( wfMsgHtml( 'confirmaccount-submit') )."</p>\n"; |
595 | | - |
596 | 594 | $form .= Xml::hidden( 'title', $wgTitle->getPrefixedText() )."\n"; |
597 | 595 | $form .= Xml::hidden( 'action', 'reject' ); |
598 | 596 | $form .= Xml::hidden( 'acrid', $row->acr_id ); |