X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/9f401d6617a11efcedda1c956b2ccea061a7540f..ba78a684b3a58a23324bdfcf9872cd2b0148e3e8:/templates/googleform.tmpl diff --git a/templates/googleform.tmpl b/templates/googleform.tmpl index 9468e062a..155a08155 100644 --- a/templates/googleform.tmpl +++ b/templates/googleform.tmpl @@ -1,8 +1,8 @@ -<form method="get" action="http://www.google.com/search" id="searchform"> +<form method="get" action="https://www.google.com/search" id="searchform"> <div> <input name="sitesearch" value="<TMPL_VAR URL>" type="hidden" /> <input name="q" value="" id="searchbox" size="16" maxlength="255" type="text" - <TMPL_IF HTML5>placeholder="search"</TMPL_IF> /> + placeholder="search" /> </div> </form>