From 0dae5d249a0d5996a4e79a442c63c36da3e4ec80 Mon Sep 17 00:00:00 2001 From: Brit Butler Date: Thu, 4 Sep 2014 09:09:36 -0400 Subject: [PATCH] Fix buglet in readable theme's post template. Thanks to Matthias Wimmer for the report and fix. --- themes/readable/post.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/readable/post.tmpl b/themes/readable/post.tmpl index d2789ea..15843f1 100644 --- a/themes/readable/post.tmpl +++ b/themes/readable/post.tmpl @@ -6,7 +6,7 @@

{if $post.tags} Tagged as {foreach $tag in $post.tags} - {$tag.name}{nil} + {$tag.name}{nil} {if not isLast($tag)},{sp}{/if} {/foreach} {/if}