aboutsummaryrefslogtreecommitdiff
path: root/templates/googleform.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-14 02:38:17 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-14 02:38:17 -0500
commitbea8e0ad61578143786f57b416b3dc333864a1e4 (patch)
treedcfdd0b193356cf71fcf76c4faaf4c803eee31c9 /templates/googleform.tmpl
parent6e6e40254c687fb42881e6bb6e659572a2a6d1ec (diff)
downloadikiwiki-bea8e0ad61578143786f57b416b3dc333864a1e4.tar
ikiwiki-bea8e0ad61578143786f57b416b3dc333864a1e4.tar.gz
apply patch to fix googleform xhtml
Diffstat (limited to 'templates/googleform.tmpl')
-rw-r--r--templates/googleform.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/googleform.tmpl b/templates/googleform.tmpl
index 523cff001..e2d4a1f43 100644
--- a/templates/googleform.tmpl
+++ b/templates/googleform.tmpl
@@ -1,6 +1,6 @@
<form method="get" action="http://www.google.com/search" id="searchform">
<div>
- <input name="sitesearch" value="<TMPL_VAR SITEFQDN>" type="hidden">
- <input name="q" value="" id="searchbox" size="16" maxlength="255" type="text">
+ <input name="sitesearch" value="<TMPL_VAR SITEFQDN>" type="hidden" />
+ <input name="q" value="" id="searchbox" size="16" maxlength="255" type="text" />
</div>
</form>