ソースを参照

Fix #108 404.html button does not trigger the search

Talha Mansoor 11 年 前
コミット
a508bd49d1
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      templates/404.html

+ 1 - 1
templates/404.html

@@ -22,7 +22,7 @@ Page does not exist at {{ SITENAME|striptags }} blog.
         <div class="input-append">
             <form action="{{ SITEURL }}/search.html" onsubmit="return validateForm(this.elements['q'].value)">
                 <input type="text" class="span12" placeholder="Search" name="q" id="tipue_search_input_404">
-                <button class="btn" type="button">Search</button>
+                <button class="btn" type="submit">Search</button>
             </form>
         </div>
     </div>