X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fdailyrss.html;fp=tpl%2Fdailyrss.html;h=1b7ab8e944559e38c5198fec35525eccde9c8b81;hb=5f85fcd863fe261921953ea3bd1742f3e1b7cf68;hp=a9b11e1826a5a14c82c84cc0a209017a7a135801;hpb=0923a2bc1b097bf1def882722db489d83d95c423;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/dailyrss.html b/tpl/dailyrss.html index a9b11e18..1b7ab8e9 100644 --- a/tpl/dailyrss.html +++ b/tpl/dailyrss.html @@ -1,7 +1,7 @@ {loop="links"} -

{$value.title|htmlspecialchars}

- {if="!$GLOBALS['config']['HIDE_TIMESTAMPS']"}{function="strftime('%c', $value.timestamp)"} - {/if}{if="$value.tags"}{$value.tags|htmlspecialchars}{/if}
- {$value.url|htmlspecialchars}

+

{$value.title}

+ {if="!$GLOBALS['config']['HIDE_TIMESTAMPS']"}{function="strftime('%c', $value.timestamp)"} - {/if}{if="$value.tags"}{$value.tags}{/if}
+ {$value.url}

{if="$value.thumbnail"}{$value.thumbnail}{/if}
{if="$value.description"}{$value.formatedDescription}{/if}