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.
On 2/2/07, Raimond Spekking raimond.spekking@gmail.com wrote:
color="error"? Sure? Not class="error" as mentioned in the log message?
Uh, it's a . . . new attribute in . . . um . . . XHTML 1.0. Yes. Right. *cough*
On 03/02/07, Simetrical Simetrical+wikitech@gmail.com wrote:
Uh, it's a . . . new attribute in . . . um . . . XHTML 1.0. Yes. Right. *cough*
<i smell="bullshit">Sure it is.</i>
Rob Church
wikitech-l@lists.wikimedia.org