summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2018-08-31 14:33:56 +0200
committerGitHub <noreply@github.com>2018-08-31 14:33:56 +0200
commit4ead07361320a9e0213afc62d7faf561da289fac (patch)
treebce459d64695ec15d9d6336ea6e5e4d0c629ed66 /_layouts
parent6fb39572650c9708df752a04ca38320301b85c8e (diff)
downloadwiki-4ead07361320a9e0213afc62d7faf561da289fac.tar.gz
wiki-4ead07361320a9e0213afc62d7faf561da289fac.tar.bz2
wiki-4ead07361320a9e0213afc62d7faf561da289fac.zip
Removed extra <form> tag from search
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html2
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>