aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/view.twig
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/view.twig')
-rw-r--r--tpl/view.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/view.twig b/tpl/view.twig
index 78207e15..82d1fd2a 100644
--- a/tpl/view.twig
+++ b/tpl/view.twig
@@ -13,7 +13,7 @@
13 </ul> 13 </ul>
14 </div> 14 </div>
15 <header class="mbm"> 15 <header class="mbm">
16 <h1>{{ entry.title|e }}</h1> 16 <h1>{{ entry.title|raw }}</h1>
17 <div class="vieworiginal txtright small"><a href="{{ entry.url|e }}" target="_blank" title="{% trans "original" %} : {{ entry.title|e }}">{{ entry.url | e | getDomain }}</a></div> 17 <div class="vieworiginal txtright small"><a href="{{ entry.url|e }}" target="_blank" title="{% trans "original" %} : {{ entry.title|e }}">{{ entry.url | e | getDomain }}</a></div>
18 </header> 18 </header>
19 <article> 19 <article>