By: Sheepy
Date: 2006-04-04
Time: 06:45
|
[Bug] (plugin_html) Tight closing tag/attribute not recognised in select (3.0 b29)
Tag attributes and Self-closed HTML tag must be separated by space in order to be recognised when using select function.
e.g.
<input type='radio' name='a' value='1'/> will not work
<input type='radio' name='a' value='1' /> will work
e.g. 2
<input type='radio'name='a'value='1' /> will not work
<input type='radio' name='a' value='1' /> will work
|