]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Fix: header search action should be on linklist
authorArthurHoaro <arthur@hoa.ro>
Fri, 24 Jul 2020 10:49:50 +0000 (12:49 +0200)
committerArthurHoaro <arthur@hoa.ro>
Fri, 24 Jul 2020 10:49:50 +0000 (12:49 +0200)
tpl/default/page.header.html

index e4c7d91a14fcbe995c3e620d7d38c06492d2a8d2..aa634a66f1e26653dcda1cc39d3accfcdf167560 100644 (file)
 
 <main id="content" class="container" role="main">
   <div id="search" class="subheader-form searchform-block header-search">
-    <form method="GET" class="pure-form searchform" name="searchform">
+    <form method="GET" class="pure-form searchform" name="searchform" action="{$base_path}/">
       <input type="text" id="searchform_value" name="searchterm" aria-label="{'Search text'|t}" placeholder="{'Search text'|t}"
              {if="!empty($search_term)"}
              value="{$search_term}"