aboutsummaryrefslogtreecommitdiffstats
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
parenta54cb7164092f0037bd7df4a76fc413b6ccfcd37 (diff)
downloadphpicalendar-b2069c59cccaff604fcf088ddd5ffcfb4052b7ae.tar.gz
phpicalendar-b2069c59cccaff604fcf088ddd5ffcfb4052b7ae.tar.bz2
phpicalendar-b2069c59cccaff604fcf088ddd5ffcfb4052b7ae.zip
fix method GET to get for HTML validation
-rw-r--r--search.php2
-rw-r--r--templates/default/search_box.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/search.php b/search.php
index 37b5d93..c25ea85 100644
--- a/search.php
+++ b/search.php
@@ -22,7 +22,7 @@ if (isset($_GET['query']) && $_GET['query'] != '') {
$search_box = '';
$search_box .=
- '<form action="search.php" method="GET">'."\n".
+ '<form action="search.php" method="get">'."\n".
'<input type="hidden" name="cpath" value="'.$cpath.'">'."\n".
'<input type="hidden" name="cal" value="'.$cal.'">'."\n".
'<input type="hidden" name="getdate" value="'.$getdate.'">'."\n".
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