Generated code is not valid XHTML


Author Message
Mykee

Posted: 1/19/2011
Quote message 

Dear developers,

I have a Joomla template, what converted to simple HTML template in latest v3 version. After export I tested code, and found a few bugs:
- insert span tag before h3 tag. replace with div or style format insert to h3 inline style
- insert span like block (like div) before p tag. This not compatible with XHTML, style insert to div or every p tag.
- use standard hr code! Use now this:
<hr></hr>

but I think correct this:
< hr />

- in header use just small letters to language code (like en-us)

Please fix these problems in v3! Thanks!
 
Garry

Posted: 1/21/2011
Quote message 

<hr></hr> is also valid but < hr /> preferred, you can also report your issues to Artisteer support: http://www.artisteer.com/?p=support
 
Garry

Posted: 1/21/2011
Quote message 

<hr></hr> is also valid but < hr /> preferred, you can also report your issues to Artisteer support: http://www.artisteer.com/?p=support
 
Mykee

Posted: 1/21/2011
Quote message 

Thanks Garry, I reported! :-)