summaryrefslogtreecommitdiff
path: root/root/tags
diff options
context:
space:
mode:
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>