r19747 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r19746
|
r19747
|
r19748
>
Date:
23:48, 3 February 2007
Author:
simetrical
Status:
old
Tags:
Comment:
"How could a simple two-line fix go wrong? I don't need to test it!"
Modified paths:
/trunk/extensions/inputbox/inputbox.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/inputbox/inputbox.php
—
—
@@ -68,7 +68,7 @@
69
69
if($boxhtml) {
70
70
return $boxhtml;
71
71
} else {
72
- return '<div><strong color="error">Input box: type not defined.</strong></div>';
72
+ return '<div><strong class="error">Input box: type not defined.</strong></div>';
73
73
}
74
74
}
75
75