aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2006-06-28 23:43:32 +0000
committerJim Hu <jimhu@users.sourceforge.net>2006-06-28 23:43:32 +0000
commitb2069c59cccaff604fcf088ddd5ffcfb4052b7ae (patch)
tree28f16a3f5e477a59d968fb4e6b7fa19b7d34f970 /templates
parenta54cb7164092f0037bd7df4a76fc413b6ccfcd37 (diff)
downloadphpicalendar-b2069c59cccaff604fcf088ddd5ffcfb4052b7ae.tar.gz
phpicalendar-b2069c59cccaff604fcf088ddd5ffcfb4052b7ae.tar.bz2
phpicalendar-b2069c59cccaff604fcf088ddd5ffcfb4052b7ae.zip
fix method GET to get for HTML validation
Diffstat (limited to 'templates')
-rw-r--r--templates/default/search_box.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/default/search_box.tpl b/templates/default/search_box.tpl
index 9c442d3..d9a9ebf 100644
--- a/templates/default/search_box.tpl
+++ b/templates/default/search_box.tpl
@@ -1,6 +1,6 @@
<hr />
<div class = 'G10BOLD'>{L_SEARCH}:</div>
-<form action="search.php" method="GET">
+<form action="search.php" method="get">
<input type="hidden" name="cpath" value="{CPATH}"/>
<input type="hidden" name="cal" value="{CAL}"/>
<input type="hidden" name="getdate" value="{GETDATE}"/>

© 2014-2024 Faster IT GmbH | imprint | privacy policy