Skip to content

Commit

Permalink
Fixes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
FransBouma committed Feb 12, 2016
1 parent 0b08a85 commit eeacaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Themes/Default/PageTemplate.htm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div class="side-nav-search">
<a href="{{Path}}index.htm"><i class="fa fa-home"></i> {{Name}}</a>
<div role="search">
<form id="search-form" class="form" action="{{Path}}Docnet_Search.htm" method="get">
<form id="search-form" class="form" action="{{Path}}Docnet_search.htm" method="get">
<input type="text" name="q" placeholder="Search docs" />
</form>
</div>
Expand Down

0 comments on commit eeacaa3

Please sign in to comment.