summaryrefslogtreecommitdiff
path: root/root
diff options
context:
space:
mode:
authordakkar <dakkar@luxion>2005-10-25 13:01:23 +0000
committerdakkar <dakkar@luxion>2005-10-25 13:01:23 +0000
commitbb7a4421685cdcdcf713b00320486f9728838356 (patch)
tree188af32f662afa099b3ee55582a046a1c681a795 /root
parent r703@narval2: dakkar | 2005-10-21 16:36:15 +0200 (diff)
downloadBookmarks-bb7a4421685cdcdcf713b00320486f9728838356.tar.gz
Bookmarks-bb7a4421685cdcdcf713b00320486f9728838356.tar.bz2
Bookmarks-bb7a4421685cdcdcf713b00320486f9728838356.zip
r704@narval2: dakkar | 2005-10-21 16:58:52 +0200
messo il jump e corretto ordinamento link di un tag
Diffstat (limited to 'root')
-rw-r--r--root/links2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/links b/root/links
index 03eccc4..7aac7ae 100644
--- a/root/links
+++ b/root/links
@@ -6,7 +6,7 @@
<p>Tag: [% tag.name %] ( [% tag.descr %] )</p>
<ol>
[% FOR link IN links %]
-<li><img src="[% base _ 'icon?link=' _ link.pk %]" /> <a href="[% link.url %]">»[% link.title %]«</a> (creato: [% link.add_date() %])</li>
+<li><img src="[% base _ 'icon?link=' _ link.pk %]" /> <a href="[% base _ 'jump?link=' _ link.pk %]">»[% link.title %]«</a> (creato: [% link.add_date() %])</li>
[% END %]
</ol>
</body>