[pLog-svn] r1378 - plog/trunk/templates/grey

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Wed Mar 9 14:40:42 GMT 2005


Author: jondaley
Date: 2005-03-09 14:40:42 +0000 (Wed, 09 Mar 2005)
New Revision: 1378

Modified:
   plog/trunk/templates/grey/searchresults.template
Log:
small space issue

Modified: plog/trunk/templates/grey/searchresults.template
===================================================================
--- plog/trunk/templates/grey/searchresults.template	2005-03-09 14:29:35 UTC (rev 1377)
+++ plog/trunk/templates/grey/searchresults.template	2005-03-09 14:40:42 UTC (rev 1378)
@@ -6,8 +6,7 @@
       {assign var=article value=$result->getArticle()}
       <a href="{$url->postPermalink($article)}"><h3><b>{$article->getTopic()}</b></h3></a>
      <div align="right">{foreach name=categories from=$article->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}</div>
       <p>
       {$article->getText()|strip_tags|truncate:300:"...":false}




More information about the pLog-svn mailing list