about summary refs log tree commit diff
path: root/templates
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2018-05-22T17·34+0200
committerVincent Ambo <github@tazj.in>2018-05-22T18·44+0200
commit4747bacfe9502bfd1aca14ffe0c4e9b5b3b86753 (patch)
treedb6bad669f59852f279cf01316326995ee90df04 /templates
parent2bbcced032937240ac6fb3f1cfe5136d421b3bea (diff)
refactor(templates): Move search result template to Askama
Diffstat (limited to 'templates')
-rw-r--r--templates/search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/search.html b/templates/search.html
index 0ff49e508d..a74b60e0a7 100644
--- a/templates/search.html
+++ b/templates/search.html
@@ -44,7 +44,7 @@
                         <div class="mdl-card mdl-cell--6-col search-result mdl-shadow--2dp">
                             <div class="mdl-card__supporting-text">
                                 <p>Posted in '{{ result.title }}' by {{ result.author }}:</p>
-                                <p>{{ result.headline | safe }}</p>
+                                <p>{{ result.headline|safe }}</p>
                             </div>
                             <div class="mdl-card__actions mdl-card--border post-actions">
                                 <div class="mdl-layout-spacer"></div>