[pLog-svn] r1593 - templates/trunk/reic1

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Wed Mar 23 22:23:38 GMT 2005


Author: jondaley
Date: 2005-03-23 22:23:37 +0000 (Wed, 23 Mar 2005)
New Revision: 1593

Modified:
   templates/trunk/reic1/post.template
Log:
 removed smarty space between category name and subsequent comma. 

Modified: templates/trunk/reic1/post.template
===================================================================
--- templates/trunk/reic1/post.template	2005-03-23 22:02:57 UTC (rev 1592)
+++ templates/trunk/reic1/post.template	2005-03-23 22:23:37 UTC (rev 1593)
@@ -7,8 +7,7 @@
 <h3 class="title"><a href="{$url->postPermalink($post)}">{$post->getTopic()}</a></h3>
     <div class="posted">{$postOwner->getUsername()} | {$locale->formatDate($postDate,"%d %b, %Y")}, {$locale->formatDate($postDate,"%H:%M")} | 
   {foreach name=categories from=$post->getCategories() item=postCategory}
-    <a href="{$url->categoryLink($postCategory)}">{$postCategory->getName()}</a>
-    {if !$smarty.foreach.categories.last}, {/if}
+    <a href="{$url->categoryLink($postCategory)}">{$postCategory->getName()}</a>{if !$smarty.foreach.categories.last}, {/if}
   {/foreach}
 
 | ({$post->getNumReads()} Reads)




More information about the pLog-svn mailing list