r52960 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52959‎ | r52960 | r52961 >
Date:01:24, 9 July 2009
Author:catrope
Status:deferred
Tags:
Comment:
OptIn: Fix self-closing <div> and remove &nbsp;
Modified paths:
  • /trunk/extensions/UsabilityInitiative/OptIn/SpecialOptIn.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/OptIn/SpecialOptIn.php
@@ -83,7 +83,7 @@
8484 )
8585 )
8686 ) ) ) )
87 - ) . "&nbsp; " .
 87+ ) .
8888 Xml::tags( 'div', array( 'class' => 'optin-deny' ),
8989 Xml::tags( 'div', array(),
9090 Xml::tags( 'div', array(),
@@ -102,7 +102,7 @@
103103 )
104104 ) ) ) )
105105 ) .
106 - Xml::element( 'div', array( 'style' => 'clear: both; ' ) )
 106+ Xml::element( 'div', array( 'style' => 'clear: both; ' ), '', false )
107107 );
108108 }
109109

Status & tagging log