[TYPO3-english] Typo3 strange html "repair"

Pero Matic pero at matic.com
Thu Oct 29 22:23:43 CET 2009


Hi. I made some changes to one extension which returns piece of html. In 
that piece of html there is also this:

<option value="1" selected="">Something</option>

The problem is that my original $content value prior to return from 
extension class looks like:

<option value="1" selected>Something</option>

I made echo $content; prior to return from class so I know this for sure.

Now, does anybody knows where this ="" (in front of selected) came from ??? 
Thx!





More information about the TYPO3-english mailing list