On Tue, 2005-06-07 at 09:31 +0200, Diwaker Gupta (JIRA) wrote:
> Making views XHTML compliant

> Made some changes to the some contracts to make the skin XHTML compliant. In 
> particular:

> o input tags are not allowed as direct sub-children of <form> (searchbox 
> contract)

Hmm, I will have a look on that after work, but that sounds weird.
<form>
 <div><input/></div>
</form>
is ok but

<form>
 <input/>
</form>

not? Really weird.


I had a quick look on your patch.
You did:
-                <form class="roundtopsmall" method="get"
action="http://www.google.com/search";> 
+                <form method="get" action="http://www.google.com/search";> 

did you try then with a direct input son?

salu2
-- 
thorsten

"Together we stand, divided we fall!" 
Hey you (Pink Floyd)

Reply via email to