summaryrefslogtreecommitdiff
path: root/root/tags
diff options
context:
space:
mode:
authordakkar <dakkar@luxion>2005-11-08 13:15:46 +0000
committerdakkar <dakkar@luxion>2005-11-08 13:15:46 +0000
commit78ba357af675bfc0ac7c6bfc23353565d94fd786 (patch)
tree09d863884b12fa0d7d9e7c2b0e835155e2d23fcc /root/tags
parentform di aggiunta bookmark funzionante (diff)
downloadBookmarks-78ba357af675bfc0ac7c6bfc23353565d94fd786.tar.gz
Bookmarks-78ba357af675bfc0ac7c6bfc23353565d94fd786.tar.bz2
Bookmarks-78ba357af675bfc0ac7c6bfc23353565d94fd786.zip
ora il BookmarksManager gestisce per bene i tag multipli, e i template sono fatti meglio
Diffstat (limited to 'root/tags')
-rw-r--r--root/tags5
1 files changed, 3 insertions, 2 deletions
diff --git a/root/tags b/root/tags
index 748631e..888f50e 100644
--- a/root/tags
+++ b/root/tags
@@ -1,11 +1,12 @@
-<html>
+<?xml version="1.0" encoding="utf-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>tags</title>
</head>
<body>
<ol>
[% FOR tag IN tags %]
-<li><a href="[% base _ 'tag/' _ tag.name %]">[% tag.name %]</a> ([% tag.how_many %])</li>
+<li><a href="[% href.to_tag(tag) %]">[% tag.name %]</a> ([% tag.how_many %])</li>
[% END %]
</ol>
</body>