diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2013-07-31 17:19:50 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2013-07-31 17:19:50 +0200 |
commit | 85ebc80c7eaf88e4d57a52adb8e4c32d8cc34b64 (patch) | |
tree | 0012345c93b1fe8a242963bede0db370598d6f2b /tpl/view.html | |
parent | 6588517b2d46cbc524260758d1fafd92b19ab681 (diff) | |
parent | 6d37de5f828b700843567a91418671919eed4be4 (diff) | |
download | wallabag-85ebc80c7eaf88e4d57a52adb8e4c32d8cc34b64.tar.gz wallabag-85ebc80c7eaf88e4d57a52adb8e4c32d8cc34b64.tar.zst wallabag-85ebc80c7eaf88e4d57a52adb8e4c32d8cc34b64.zip |
Merge branch 'dev'0.3
Diffstat (limited to 'tpl/view.html')
-rw-r--r-- | tpl/view.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/view.html b/tpl/view.html index 4384631b..af94df2e 100644 --- a/tpl/view.html +++ b/tpl/view.html | |||
@@ -38,6 +38,7 @@ | |||
38 | <h1><a href="{$url}">{$title}</a></h1> | 38 | <h1><a href="{$url}">{$title}</a></h1> |
39 | <div class="vieworiginal txtright small"><a href="{$url}" target="_blank" title="original : {$title}">view original</a></div> | 39 | <div class="vieworiginal txtright small"><a href="{$url}" target="_blank" title="original : {$title}">view original</a></div> |
40 | </header> | 40 | </header> |
41 | {include="messages"} | ||
41 | <article> | 42 | <article> |
42 | <div id="readityourselfcontent"> | 43 | <div id="readityourselfcontent"> |
43 | {$content} | 44 | {$content} |