Skip to content

Commit

Permalink
Fixed the tag links to point to /tag instead of "/dist/tag".
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Jun 27, 2009
1 parent c2b0f95 commit fb057f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/dist/show.tt
Expand Up @@ -25,7 +25,7 @@
%]
[% FOREACH tag_proto = release.distribution.author_keywords %]
[%- tag = tag_proto.keyword.string_id -%]
<a href="[% HTML.escape(c.uri_for("tag", tag)) %]">[% HTML.escape(tag) %]</a>,
<a href="[% HTML.escape(c.uri_for('/tag', tag)) %]">[% HTML.escape(tag) %]</a>,
[% END %]
</li>
</ul>
Expand Down

0 comments on commit fb057f1

Please sign in to comment.