diff options
author | Seb Sauvage <sebsauvage@sebsauvage.net> | 2012-01-25 22:26:36 +0100 |
---|---|---|
committer | Emilien Klein <emilien@klein.st> | 2012-01-25 22:26:36 +0100 |
commit | 96bc4efe9ea9ed513d1ec06e0823847d5eebe82f (patch) | |
tree | a5ebeab219ac5a3a308f531416102e817ac29c0b /tpl/linklist.html | |
parent | 8baf884671060db9e166b96f6428aff80f6ca1f5 (diff) | |
download | Shaarli-96bc4efe9ea9ed513d1ec06e0823847d5eebe82f.tar.gz Shaarli-96bc4efe9ea9ed513d1ec06e0823847d5eebe82f.tar.zst Shaarli-96bc4efe9ea9ed513d1ec06e0823847d5eebe82f.zip |
Version 0.0.36 beta:
- Corrected: Improper text color in install form.
- Corrected: Error in QRCode url (missing '?')
- Changed: Display adjustments in “Daily” page.
- Added: Shaarli licence in COPYING
Diffstat (limited to 'tpl/linklist.html')
-rw-r--r-- | tpl/linklist.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/linklist.html b/tpl/linklist.html index a7dd61e9..dc5b5398 100644 --- a/tpl/linklist.html +++ b/tpl/linklist.html | |||
@@ -42,7 +42,7 @@ | |||
42 | {else} | 42 | {else} |
43 | <span class="linkdate" title="Short link here"><a href="?{$value.linkdate|smallHash}">permalink</a> - </span> | 43 | <span class="linkdate" title="Short link here"><a href="?{$value.linkdate|smallHash}">permalink</a> - </span> |
44 | {/if} | 44 | {/if} |
45 | <div style="position:relative;display:inline;"><a href="http://invx.com/code/qrcode/?code={$scripturl|urlencode}%2F{$value.linkdate|smallHash}&width=200&height=200" onclick="return false;" class="qrcode"><img src="images/qrcode.png#" width="13" height="13" title="QR-Code"></a></div> - | 45 | <div style="position:relative;display:inline;"><a href="http://invx.com/code/qrcode/?code={$scripturl|urlencode}%3F{$value.linkdate|smallHash}&width=200&height=200" onclick="return false;" class="qrcode"><img src="images/qrcode.png#" width="13" height="13" title="QR-Code"></a></div> - |
46 | <span class="linkurl" title="Short link">{$value.url|htmlspecialchars}</span><br> | 46 | <span class="linkurl" title="Short link">{$value.url|htmlspecialchars}</span><br> |
47 | {if="$value.tags"} | 47 | {if="$value.tags"} |
48 | <div class="linktaglist"> | 48 | <div class="linktaglist"> |