toodego: strip spaces and newlines from cell filter search button label (#40951)

This commit is contained in:
Frédéric Péters 2020-03-24 13:42:25 +01:00
parent d45751f939
commit 1c48d89279
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
<input type="search" placeholder="{{cell.text|striptags}}" name="q">
<input type="search" placeholder="{% spaceless %}{{cell.text|striptags}}{% endspaceless %}" name="q">
<button title="Chercher"></button>