fixed for xhtml compatibility
This commit is contained in:
parent
a73f862797
commit
5676a14f06
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<form method="get" action="<% response.action %>">
|
<form method="get" action="<% response.action %>">
|
||||||
<input size="25" name="q" value="<% request.q encoding="form" %>">
|
<input size="25" name="q" value="<% request.q encoding="form" %>">
|
||||||
<input type="submit" value="go">
|
<input type="submit" value="go" />
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
Loading…
Add table
Reference in a new issue