Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

Commit

Permalink
Minor update to template encoding.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Glasl committed Nov 11, 2014
1 parent 98a5546 commit b92d790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Layout/MediaPage.ss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<% if $Tags %>
<div class='media-page-tags'><em><strong>Tags:</strong></em>
<% loop $Tags %>
<span><a href='{$Up.getParent.Link}?tag={$Title}'><em>{$Title}</em></a></span>
<span><a href='{$Up.getParent.Link}?tag={$Title.URLATT}'><em>{$Title}</em></a></span>
<% end_loop %>
</div>
<% end_if %>
Expand Down

0 comments on commit b92d790

Please sign in to comment.