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 @@
6969 if($boxhtml) {
7070 return $boxhtml;
7171 } 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>';
7373 }
7474 }
7575