[pLog-svn] r1490 - templates/trunk/splat

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Tue Mar 15 03:51:17 GMT 2005


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

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

Modified: templates/trunk/splat/post.template
===================================================================
--- templates/trunk/splat/post.template	2005-03-15 03:50:59 UTC (rev 1489)
+++ templates/trunk/splat/post.template	2005-03-15 03:51:17 UTC (rev 1490)
@@ -6,8 +6,7 @@
 <div class="meta">
 
   {foreach name=categories from=$post->getCategories() item=postCategory}
-	<ul class="post-categories"><li><a href="{$url->categoryLink($postCategory)}" title="{$postCategory->getName()}">{$postCategory->getName()}</a></li></ul>
-  {if !$smarty.foreach.categories.last}, {/if}
+	<ul class="post-categories"><li><a href="{$url->categoryLink($postCategory)}" title="{$postCategory->getName()}">{$postCategory->getName()}</a></li></ul>{if !$smarty.foreach.categories.last}, {/if}
   {/foreach}
 
  &#8212; {$locale->tr("posted_by")} {$postOwner->getUsername()} @ {$locale->formatDate($postDate,"%H:%M")}
@@ -26,4 +25,4 @@
 	{else}
 	  {$post->getNumTrackbacks()} {$locale->tr("trackbacks")|capitalize}
 	{/if} 
-</div>
\ No newline at end of file
+</div>




More information about the pLog-svn mailing list