r26507 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r26506‎ | r26507 | r26508 >
Date:16:15, 8 October 2007
Author:greg
Status:old
Tags:
Comment:
Add some newlines.
Modified paths:
  • /trunk/extensions/ConfirmAccount/ConfirmAccount_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmAccount/ConfirmAccount_body.php
@@ -92,7 +92,7 @@
9393 $form .= "<p>".wfMsgHtml('requestaccount-bio')."</p>";
9494 $form .= "<p><textarea tabindex='1' name='wpBio' id='wpBio' rows='10' cols='80' style='width:100%'>" .
9595 htmlspecialchars($this->mBio) .
96 - "</textarea></p>";
 96+ "</textarea></p>\n";
9797 $form .= '</fieldset>';
9898
9999 $form .= '<fieldset>';
@@ -106,7 +106,7 @@
107107 $form .= "<p>".wfMsgHtml('requestaccount-urls')."</p>\n";
108108 $form .= "<p><textarea tabindex='1' name='wpUrls' id='wpUrls' rows='2' cols='80' style='width:100%'>" .
109109 htmlspecialchars($this->mUrls) .
110 - "</textarea></p>";
 110+ "</textarea></p>\n";
111111 $form .= '</fieldset>';
112112
113113 # Pseudo template for extensions
@@ -124,7 +124,6 @@
125125 }
126126 $form .= "<p>".Xml::check( 'wpToS', $this->mToS, array('id' => 'wpToS') ).
127127 ' <label for="wpToS">'.wfMsgExt( 'requestaccount-tos', array('parseinline') )."</label></p>\n";
128 -
129128 $form .= Xml::hidden( 'title', $wgTitle->getPrefixedText() )."\n";
130129 $form .= Xml::hidden( 'wpEditToken', $wgUser->editToken() )."\n";
131130 $form .= "<p>".Xml::submitButton( wfMsgHtml( 'requestaccount-submit') ) . "</p>";
@@ -567,7 +566,7 @@
568567 $form .= "<p>".wfMsgHtml('requestaccount-bio')."</p>";
569568 $form .= "<p><textarea tabindex='1' readonly name='wpBio' id='wpBio' rows='10' cols='80' style='width:100%'>" .
570569 htmlspecialchars($row->acr_bio) .
571 - "</textarea></p>";
 570+ "</textarea></p>\n";
572571 $form .= '</fieldset>';
573572
574573 $form .= '<fieldset>';
@@ -589,9 +588,8 @@
590589 $form .= "<p>".wfMsgHtml('requestaccount-reason')."</p>\n";
591590 $form .= "<p><textarea tabindex='1' name='wpReason' id='wpReason' rows='3' cols='80' style='width:80%'>" .
592591 htmlspecialchars($this->reason) .
593 - "</textarea></p>";
 592+ "</textarea></p>\n";
594593 $form .= "<p>".Xml::submitButton( wfMsgHtml( 'confirmaccount-submit') )."</p>\n";
595 -
596594 $form .= Xml::hidden( 'title', $wgTitle->getPrefixedText() )."\n";
597595 $form .= Xml::hidden( 'action', 'reject' );
598596 $form .= Xml::hidden( 'acrid', $row->acr_id );

Status & tagging log