home » zplus/freepost.git
Author zPlus <--> 2016-11-29 00:33:19
Committer zPlus <--> 2016-11-29 00:33:19
Commit aba80b4 (patch)
Tree 1274d6c
Parent(s)

template/header.twig: add search box


commits diff: d6d1873..aba80b4
1 file changed, 1 insertion, 1 deletiondownload


Diffstat
-rw-r--r-- template/header.twig 2

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+1/-1 M   template/header.twig
index 38848e0..e3395d2
old size: 2K - new size: 2K
@@ -24,7 +24,7 @@
24 24
25 25 <p>
26 26 <form action="{{ 'search'|docroot }}">
27 - <input type="text" name="q" />
27 + <input type="text" name="q" value="{{ query }}" />
28 28 </form>
29 29 </p>
30 30