aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2020-07-24 12:49:50 +0200
committerArthurHoaro <arthur@hoa.ro>2020-07-24 12:49:50 +0200
commitbc583903adfd768f115fae438e4d9ed1043682d9 (patch)
tree9a6e0376b425e9592a69123f853ad200b3355d94
parent204035bd3c91b9a5c39fcb6fc470e108b032dbd9 (diff)
downloadShaarli-bc583903adfd768f115fae438e4d9ed1043682d9.tar.gz
Shaarli-bc583903adfd768f115fae438e4d9ed1043682d9.tar.zst
Shaarli-bc583903adfd768f115fae438e4d9ed1043682d9.zip
Fix: header search action should be on linklist
-rw-r--r--tpl/default/page.header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/page.header.html b/tpl/default/page.header.html
index e4c7d91a..aa634a66 100644
--- a/tpl/default/page.header.html
+++ b/tpl/default/page.header.html
@@ -101,7 +101,7 @@
101 101
102<main id="content" class="container" role="main"> 102<main id="content" class="container" role="main">
103 <div id="search" class="subheader-form searchform-block header-search"> 103 <div id="search" class="subheader-form searchform-block header-search">
104 <form method="GET" class="pure-form searchform" name="searchform"> 104 <form method="GET" class="pure-form searchform" name="searchform" action="{$base_path}/">
105 <input type="text" id="searchform_value" name="searchterm" aria-label="{'Search text'|t}" placeholder="{'Search text'|t}" 105 <input type="text" id="searchform_value" name="searchterm" aria-label="{'Search text'|t}" placeholder="{'Search text'|t}"
106 {if="!empty($search_term)"} 106 {if="!empty($search_term)"}
107 value="{$search_term}" 107 value="{$search_term}"