[pmwiki-users] Xhtml 1.0 Strict

Hans design5 at softflow.co.uk
Thu Jul 10 13:56:07 CDT 2008


PmWiki markup [[<<]] is rendered as <br clear=all />
which is not XHTML1 strict.

Perhaps it could be changed to

## [[<<]] (break)
Markup('[[<<]]','inline','/\\[\\[&lt;&lt;\\]\\]/',"<br class='clearall' />");

and class clearall added to $HTMLStylesFmt['markup']
as
    .clearall { clear:both; }

or defined as    <br style='clear:both' />


  ~Hans




More information about the pmwiki-users mailing list