From b92d7906664b7b230269be8fd45e6491f500ce34 Mon Sep 17 00:00:00 2001 From: Nathan Glasl Date: Tue, 11 Nov 2014 15:36:52 +1100 Subject: [PATCH] Minor update to template encoding. --- templates/Layout/MediaPage.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Layout/MediaPage.ss b/templates/Layout/MediaPage.ss index ca88724..7a015fe 100644 --- a/templates/Layout/MediaPage.ss +++ b/templates/Layout/MediaPage.ss @@ -35,7 +35,7 @@ <% if $Tags %>
Tags: <% loop $Tags %> - {$Title} + {$Title} <% end_loop %>
<% end_if %>