Skip to content

Commit 10011dd

Browse files
authored
Merge pull request #3 from kabbala/relative_search_url
change search url to relative
2 parents 04378c3 + 827c2db commit 10011dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tpl_header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<!-- Search bar -->
8787
<li class="nav-item ml-0">
8888
<?php /*tpl_searchform();*/ ?>
89-
<form action="/doku.php?id=start" method="get" role="search" class="search doku_form form-group form-inline" id="dw__search" accept-charset="utf-8"><input type="hidden" name="do" value="search" />
89+
<form action="doku.php?id=start" method="get" role="search" class="search doku_form form-group form-inline" id="dw__search" accept-charset="utf-8"><input type="hidden" name="do" value="search" />
9090
<input type="hidden" name="id" value="start" />
9191
<div class="no">
9292
<input name="q" class="edit border-secondary text-secondary form-control" type="text" title="[F]" accesskey="f" placeholder="" autocomplete="on" id="qsearch__in" value="" />

0 commit comments

Comments
 (0)