diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-08-31 14:33:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-31 14:33:56 +0200 |
| commit | 4ead07361320a9e0213afc62d7faf561da289fac (patch) | |
| tree | bce459d64695ec15d9d6336ea6e5e4d0c629ed66 /_layouts/default.html | |
| parent | 6fb39572650c9708df752a04ca38320301b85c8e (diff) | |
| download | wiki-4ead07361320a9e0213afc62d7faf561da289fac.tar.gz wiki-4ead07361320a9e0213afc62d7faf561da289fac.tar.bz2 wiki-4ead07361320a9e0213afc62d7faf561da289fac.zip | |
Removed extra <form> tag from search
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index d88b340..3f2fc29 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -86,7 +86,7 @@ <input type="hidden" name="type" value="Wikis"> {% else %} <!-- <input type="hidden" name="l" value="Markdown"> --> - <input type="hidden" name="q[]" value="path:/{{ site.wiki_folder }}"></form> + <input type="hidden" name="q[]" value="path:/{{ site.wiki_folder }}"> {% endif %} <input type="submit" value="Search"> </form> |
