From 67b39fff12bb7365a56e2890b097845a82cb701b Mon Sep 17 00:00:00 2001 From: Willem Rein Oudshoorn Date: Mon, 1 Apr 2013 20:22:39 +0200 Subject: [PATCH] Fixed issue with " ," rendered instead of ", " --- themes/hyde/index.tmpl | 8 ++++---- themes/hyde/post.tmpl | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/hyde/index.tmpl b/themes/hyde/index.tmpl index 9ea8809..dd9681b 100644 --- a/themes/hyde/index.tmpl +++ b/themes/hyde/index.tmpl @@ -17,8 +17,8 @@

This blog covers {foreach $tag in $tags} - {$tag} - {if not isLast($tag)}, {/if} + {$tag}{nil} + {if not isLast($tag)},{sp}{/if} {/foreach}

{/if} @@ -26,8 +26,8 @@

View posts from {foreach $month in $months} - {$month} - {if not isLast($month)}, {/if} + {$month}{nil} + {if not isLast($month)},{sp}{/if} {/foreach}

{/if} diff --git a/themes/hyde/post.tmpl b/themes/hyde/post.tmpl index b88a8a4..9d4648c 100644 --- a/themes/hyde/post.tmpl +++ b/themes/hyde/post.tmpl @@ -5,8 +5,8 @@

{$post.title}

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