simetrical@svn.wikimedia.org schrieb:
Revision: 19729 Author: simetrical Date: 2007-02-02 10:55:21 -0800 (Fri, 02 Feb 2007)
Log Message:
- (bug 8795) Fix XHTML validity by quoting attribute
- Use <strong class="error"> for error message, and <div> instead of <br />
Modified: trunk/extensions/inputbox/inputbox.php
return "<br /> <font color='red'>Input box: type not defined.</font>";
return '<div><strong color="error">Input box: type not defined.</strong></div>';
color="error"? Sure? Not class="error" as mentioned in the log message?
Raymond.