From: Ævar Arnfjörð Bjarmason Date: Tue, 26 Apr 2005 16:21:54 +0000 (+0000) Subject: * Fixed a layout problem with the "Raw signitures" checkbox. X-Git-Tag: 1.5.0alpha1~121 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=417a35b80718fa3ca2963d96bca737ebf92e2a3a;p=lhc%2Fweb%2Fwiklou.git * Fixed a layout problem with the "Raw signitures" checkbox. --- diff --git a/includes/SpecialPreferences.php b/includes/SpecialPreferences.php index 77833ed751..3470b8a8d4 100644 --- a/includes/SpecialPreferences.php +++ b/includes/SpecialPreferences.php @@ -445,8 +445,18 @@ class PreferencesForm { ); } - $wgOut->addHTML( $this->addRow( wfMsg( 'yournick' ), "mNick}\" size='25' />") ); - $wgOut->addHTML( $this->getToggle( 'fancysig' ) ); + $wgOut->addHTML( + $this->addRow( + wfMsg( 'yournick' ), + "mNick}\" size='25' />" + ) . + # FIXME: The part should be where the   is, getToggle() needs + # to be changed to out return its output in two parts. -ævar + $this->addRow( + ' ', + $this->getToggle( 'fancysig' ) + ) + ); /** * If a bogus value is set, default to the content language.