[BW-dev-discussion] XHTML? (was: [BW-dev-svn] r2632 - branches/alpha/lib)

Kasper Souren kasper.souren ...
Sat Jul 28 16:32:00 CEST 2007


On 7/28/07, jeanyves at ns20516.ovh.net <jeanyves at ns20516.ovh.net> wrote:
>                 bw_error(debug("<br>query problem with<br><font color=red> $ss_sql mysql_error: ". $error. "</font><br>"));

Is there some kind of plan to make sure that our code will only output
valid XHTML?
In this specific case:
* We should not use any <font> tags; use div and span instead.
* <br> should be avoided, and if needed it should be <br />
* Attributes should be quotes
All in all, this should become something like:
 <div class='weeh_weeh_error_code_red'>..</div>

cheers,
Kasper



More information about the bw-dev-discussion mailing list