r45558 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r45557
|
r45558
|
r45559
>
Date:
09:54, 8 January 2009
Author:
mkroetzsch
Status:
deferred
Tags:
Comment:
rather use smw prefix on CSS classes to prevent clashes
Modified paths:
/trunk/extensions/SemanticMediaWiki/includes/SMW_DV_String.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_DV_String.php
—
—
@@ -138,7 +138,7 @@
139
139
if ($scroll) {
140
140
$result = "<div style=\"height:5em; overflow:auto;\">$result</div>";
141
141
}
142
- return "<div class=\"pre\">$result</div>";
142
+ return "<div class=\"smwpre\">$result</div>";
143
143
}
144
144
145
145
}
Status & tagging log
13:12, 8 January 2009
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r45558
[
removed:
new
added:
deferred]