diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-25 08:43:22 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-25 08:43:22 +0200 |
commit | d7e8dd590c741a8901a2cf1ac3cb8e096645cffd (patch) | |
tree | 018029d7534a42f4ddb952eec1591274b37ba4fd /tpl | |
parent | b66802446dce821835623c63515b6f15346be561 (diff) | |
download | wallabag-d7e8dd590c741a8901a2cf1ac3cb8e096645cffd.tar.gz wallabag-d7e8dd590c741a8901a2cf1ac3cb8e096645cffd.tar.zst wallabag-d7e8dd590c741a8901a2cf1ac3cb8e096645cffd.zip |
links to original article were wrong
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/view.twig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/view.twig b/tpl/view.twig index f78ac62e..97b76fee 100644 --- a/tpl/view.twig +++ b/tpl/view.twig | |||
@@ -15,11 +15,11 @@ | |||
15 | </div> | 15 | </div> |
16 | <header class="mbm"> | 16 | <header class="mbm"> |
17 | <h1>{{ entry.title|raw }}</h1> | 17 | <h1>{{ entry.title|raw }}</h1> |
18 | <div class="vieworiginal txtright small"><a href="{{ entry.url|url_encode }}" target="_blank" title="{% trans "original" %} : {{ entry.title|e }}">{{ entry.url | e | getDomain }}</a></div> | 18 | <div class="vieworiginal txtright small"><a href="{{ entry.url|e }}" target="_blank" title="{% trans "original" %} : {{ entry.title|e }}">{{ entry.url | e | getDomain }}</a></div> |
19 | </header> | 19 | </header> |
20 | <article> | 20 | <article> |
21 | {{ content | raw }} | 21 | {{ content | raw }} |
22 | <div class="vieworiginal txtright small"><a href="{{ entry.url|url_encode }}" target="_blank" title="{% trans "original" %} : {{ entry.title|e }}">{{ entry.url | e | getDomain }}</a></div> | 22 | <div class="vieworiginal txtright small"><a href="{{ entry.url|e }}" target="_blank" title="{% trans "original" %} : {{ entry.title|e }}">{{ entry.url | e | getDomain }}</a></div> |
23 | </article> | 23 | </article> |
24 | <div class="tools"> | 24 | <div class="tools"> |
25 | <ul class="tools"> | 25 | <ul class="tools"> |