Properly encode search query param (#587)

This commit is contained in:
Sascha Ißbrücker
2023-12-08 21:53:54 +01:00
committed by GitHub
parent 227cfdb063
commit 6355d8dff1
4 changed files with 89 additions and 1 deletions

View File

@@ -95,7 +95,7 @@
props: {
name: 'q',
placeholder: 'Search for words or #tags',
value: '{{ search.q|safe }}',
value: input.value,
tags: uniqueTags,
mode: '{{ mode }}',
linkTarget: '{{ request.user_profile.bookmark_link_target }}',