[Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en/includes masth...

Antoine Farnault antoine at koha-fr.org
Mon Jul 16 17:55:39 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Antoine Farnault <toins>	07/07/16 15:55:39

Modified files:
	koha-tmpl/opac-tmpl/prog/en/includes: masthead.inc 

Log message:
	fix XHTML syntax error.
	writing method="post" instead of method="POST"

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc?cvsroot=koha&r1=1.5&r2=1.6

Patches:
Index: masthead.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- masthead.inc	15 Jun 2007 13:44:46 -0000	1.5
+++ masthead.inc	16 Jul 2007 15:55:39 -0000	1.6
@@ -11,7 +11,7 @@
 </div>
 <div id="opac-main-search">
     Search
-    <form name="searchform" method="POST" action="/cgi-bin/koha/opac-search.pl" id="searchform">
+    <form name="searchform" method="post" action="/cgi-bin/koha/opac-search.pl" id="searchform">
         <input type="text" name="q" style="width: 30%;"/>
         <input type="submit" value="OK" class="submit" />
     </form>





More information about the Koha-cvs mailing list