From d741c9fc16d80cbb99c192a816c1643a12a38266 Mon Sep 17 00:00:00 2001 From: Florian Eula Date: Fri, 21 Nov 2014 19:43:53 +0100 Subject: Added a link to the visible URL in the link list Corrected CSS to prevent a line from showing underneath Fixes https://github.com/shaarli/Shaarli/issues/53 --- tpl/linklist.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'tpl/linklist.html') diff --git a/tpl/linklist.html b/tpl/linklist.html index acb4bab0..d33fc3c3 100644 --- a/tpl/linklist.html +++ b/tpl/linklist.html @@ -51,9 +51,9 @@ {if="$GLOBALS['config']['ARCHIVE_ORG']"} archive - {/if} -
- - {$value.url|htmlspecialchars}
+
- + {$value.url|htmlspecialchars}
{if="$value.tags"}
{loop="value.taglist"}{$value|htmlspecialchars} {/loop} @@ -68,12 +68,12 @@
- {include="page.footer"} + {include="page.footer"}