r66869 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66868‎ | r66869 | r66870 >
Date:11:08, 25 May 2010
Author:siebrand
Status:deferred
Tags:
Comment:
Change div to span.
Modified paths:
  • /trunk/extensions/Translate/tag/TPParse.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/tag/TPParse.php
@@ -136,7 +136,7 @@
137137 $sectiontext = str_replace( TRANSLATE_FUZZY, '', $translation );
138138
139139 if ( $msg->hasTag( 'fuzzy' ) ) {
140 - $sectiontext = "<div class=\"mw-translate-fuzzy\">\n$sectiontext\n</div>";
 140+ $sectiontext = "<span class=\"mw-translate-fuzzy\">\n$sectiontext\n</span>";
141141 }
142142 }
143143 }

Status & tagging log