r97286 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r97285
|
r97286
|
r97287
>
Date:
15:05, 16 September 2011
Author:
jeroendedauw
Status:
reverted
Tags:
Comment:
use style args that are escaped; not strictrly needed here as the vars have already been sanitized, but good practice won't hurt
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 @@
220
220
foreach ( $tags as $name => $size ) {
221
221
$htmlTags[] = Html::rawElement(
222
222
'span',
223
- array( 'style' => "font-size:$size%" ),
223
+ array( 'style' => array( 'font-size' => "$size%" ) ),
224
224
$this->tagsHtml[$name]
225
225
);
226
226
}
Follow-up revisions
Revision
Commit summary
Author
Date
r97292
revert
r97286
; interface is proposed but does not exist yet - I failed
jeroendedauw
15:21, 16 September 2011
Status & tagging log
22:51, 16 October 2011
Krinkle
(
talk
|
contribs
)
changed the
tags
for r97286
[
removed:
fail]
15:30, 16 September 2011
Jeroen De Dauw
(
talk
|
contribs
)
changed the
status
of r97286
[
removed:
deferred
added:
reverted]
15:30, 16 September 2011
Jeroen De Dauw
(
talk
|
contribs
)
changed the
tags
for r97286
[
added:
fail]