[pLog-svn] r1481 - templates/trunk/reic

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Tue Mar 15 02:51:18 GMT 2005


Author: jondaley
Date: 2005-03-15 02:51:17 +0000 (Tue, 15 Mar 2005)
New Revision: 1481

Modified:
   templates/trunk/reic/post.template
Log:
fixed smarty space issue

Modified: templates/trunk/reic/post.template
===================================================================
--- templates/trunk/reic/post.template	2005-03-15 02:50:57 UTC (rev 1480)
+++ templates/trunk/reic/post.template	2005-03-15 02:51:17 UTC (rev 1481)
@@ -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