diff options
author | nodiscc <nodiscc@gmail.com> | 2015-06-24 00:51:38 +0200 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-06-24 00:51:38 +0200 |
commit | eaefcba724e93c5f6b426ad8855ab1af8ac8212a (patch) | |
tree | 283a94eeedbee9716cc6a43bbb8a1be4d1136916 /tpl/daily.html | |
parent | 9f15ca9ee76bc36832f12a952005fdaf52e2559d (diff) | |
parent | 5f85fcd863fe261921953ea3bd1742f3e1b7cf68 (diff) | |
download | Shaarli-eaefcba724e93c5f6b426ad8855ab1af8ac8212a.tar.gz Shaarli-eaefcba724e93c5f6b426ad8855ab1af8ac8212a.tar.zst Shaarli-eaefcba724e93c5f6b426ad8855ab1af8ac8212a.zip |
Merge remote-tracking branch 'ArthurHoaro/input-escape' into next
Conflicts:
index.php
Diffstat (limited to 'tpl/daily.html')
-rw-r--r-- | tpl/daily.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/daily.html b/tpl/daily.html index 0f762490..38aa4012 100644 --- a/tpl/daily.html +++ b/tpl/daily.html | |||
@@ -36,12 +36,12 @@ | |||
36 | {if="$link.tags"} | 36 | {if="$link.tags"} |
37 | <div class="dailyEntryTags"> | 37 | <div class="dailyEntryTags"> |
38 | {loop="link.taglist"} | 38 | {loop="link.taglist"} |
39 | {$value|htmlspecialchars} - | 39 | {$value} - |
40 | {/loop} | 40 | {/loop} |
41 | </div> | 41 | </div> |
42 | {/if} | 42 | {/if} |
43 | <div class="dailyEntryTitle"> | 43 | <div class="dailyEntryTitle"> |
44 | <a href="{$link.url}">{$link.title|htmlspecialchars}</a> | 44 | <a href="{$link.url}">{$link.title}</a> |
45 | </div> | 45 | </div> |
46 | {if="$link.thumbnail"} | 46 | {if="$link.thumbnail"} |
47 | <div class="dailyEntryThumbnail">{$link.thumbnail}</div> | 47 | <div class="dailyEntryThumbnail">{$link.thumbnail}</div> |