diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-17 15:32:57 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-17 15:32:57 +0200 |
commit | d178419c66fb1950aee7dc8e012c35f12f2a44bc (patch) | |
tree | e7bf5bde7f6de45824b3b9a4a944f524dac5f1da /view.php | |
parent | 1c182b6c9d74875054dc8efe75564ceab1bc1abe (diff) | |
download | wallabag-d178419c66fb1950aee7dc8e012c35f12f2a44bc.tar.gz wallabag-d178419c66fb1950aee7dc8e012c35f12f2a44bc.tar.zst wallabag-d178419c66fb1950aee7dc8e012c35f12f2a44bc.zip |
README, CREDITS & chmod
Diffstat (limited to 'view.php')
-rw-r--r--[-rwxr-xr-x] | view.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ if(!empty($id)) { | |||
20 | $tpl->assign('id', $entry[0]['id']); | 20 | $tpl->assign('id', $entry[0]['id']); |
21 | $tpl->assign('url', $entry[0]['url']); | 21 | $tpl->assign('url', $entry[0]['url']); |
22 | $tpl->assign('title', $entry[0]['title']); | 22 | $tpl->assign('title', $entry[0]['title']); |
23 | $tpl->assign('content', gzinflate(base64_decode($entry[0]['content']))); | 23 | $tpl->assign('content', $entry[0]['content']); |
24 | $tpl->assign('is_fav', $entry[0]['is_fav']); | 24 | $tpl->assign('is_fav', $entry[0]['is_fav']); |
25 | $tpl->assign('is_read', $entry[0]['is_read']); | 25 | $tpl->assign('is_read', $entry[0]['is_read']); |
26 | $tpl->assign('load_all_js', 0); | 26 | $tpl->assign('load_all_js', 0); |