aboutsummaryrefslogtreecommitdiff
path: root/templates/list.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/list.tmpl')
-rw-r--r--templates/list.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list.tmpl b/templates/list.tmpl
index 1b15278..dcc6ee8 100644
--- a/templates/list.tmpl
+++ b/templates/list.tmpl
@@ -33,7 +33,7 @@
<form class="search-form" action="/list/{{.List.ID}}" method="GET">
<span class="post-form-field">
<label for="query"> Query </label>
- <input id="query" name="q" value="{{.Q | html}}">
+ <input id="query" name="q" value="{{.Q}}">
</span>
<button type="submit"> Search </button>
</form>