r97292 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97291‎ | r97292 | r97293 >
Date:15:21, 16 September 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
revert r97286; interface is proposed but does not exist yet - I failed
Modified paths:
  • /trunk/extensions/SemanticResultFormats/TagCloud/SRF_TagCloud.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/TagCloud/SRF_TagCloud.php
@@ -219,7 +219,7 @@
220220 foreach ( $tags as $name => $size ) {
221221 $htmlTags[] = Html::rawElement(
222222 'span',
223 - array( 'style' => array( 'font-size' => "$size%" ) ),
 223+ array( 'style' => "font-size:$size%" ),
224224 $this->tagsHtml[$name]
225225 );
226226 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r97286use style args that are escaped; not strictrly needed here as the vars have a...jeroendedauw15:05, 16 September 2011