From: Marco Schuster Date: Mon, 17 Nov 2008 21:18:37 +0000 (+0000) Subject: little bit of cleanup in the generator for the "remember login" toggle X-Git-Tag: 1.31.0-rc.0~44301 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=f45378338de99560baf8980583c432bffe59fcc6;p=lhc%2Fweb%2Fwiklou.git little bit of cleanup in the generator for the "remember login" toggle --- diff --git a/includes/specials/SpecialPreferences.php b/includes/specials/SpecialPreferences.php index 9f5329fca6..e0e61f37a4 100644 --- a/includes/specials/SpecialPreferences.php +++ b/includes/specials/SpecialPreferences.php @@ -772,11 +772,7 @@ class PreferencesForm { ); if( $wgCookieExpiration > 0 ){ $wgOut->addHTML( - Xml::tags( 'tr', null, - Xml::tags( 'td', array( 'colspan' => '2' ), - $this->getToggle( "rememberpassword" ) - ) - ) + $this->tableRow( $this->getToggle( "rememberpassword" ) ) ); } else { $this->mUsedToggles['rememberpassword'] = true;