[TYPO3-dev] XHTML compliant ?!
    Martin Kutschker 
    Martin.Kutschker at n0spam-blackbox.net
       
    Thu Nov  9 17:09:38 CET 2006
    
    
  
x3n schrieb:
> Hello everybody,
> 
> I'm curently developing a frontend extension that displays ordinary 
> HTML. It's quite simple and be be summed up in one line : return my_page.
> 
> However I'm faced with an annoying problem. Somewhere in my HTML page, I 
> there is a select box, with a default choice. The code looks like :
>     <option name="toto" selected>
> 
> This code is compliant to XHTML Standards.
No, it's not. Is should be <option name="toto" selected="selected">
Masi
    
    
More information about the TYPO3-dev
mailing list