]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/googleform.tmpl
Always produce HTML5 doctype and new attributes, but not new elements
[ikiwiki.git] / templates / googleform.tmpl
index 9468e062ab19a381f6dadb339480796efae827f5..155a08155198224b6202ceb1c150f6881752fef3 100644 (file)
@@ -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>