[pLog-svn] r1439 - templates/trunk/aubmach

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Sat Mar 12 23:49:12 GMT 2005


Author: jondaley
Date: 2005-03-12 23:49:12 +0000 (Sat, 12 Mar 2005)
New Revision: 1439

Modified:
   templates/trunk/aubmach/post.template
Log:
fixed up smarty spacing issue

Modified: templates/trunk/aubmach/post.template
===================================================================
--- templates/trunk/aubmach/post.template	2005-03-12 23:47:23 UTC (rev 1438)
+++ templates/trunk/aubmach/post.template	2005-03-12 23:49:12 UTC (rev 1439)
@@ -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