[pLog-svn] r3515 - plog/trunk/templates/summary

mark at devel.lifetype.net mark at devel.lifetype.net
Sat Jun 3 05:02:03 GMT 2006


Author: mark
Date: 2006-06-03 05:02:02 +0000 (Sat, 03 Jun 2006)
New Revision: 3515

Modified:
   plog/trunk/templates/summary/post.template
Log:
Cosmetic change according to this:

http://bugs.lifetype.net/view.php?id=921

Modified: plog/trunk/templates/summary/post.template
===================================================================
--- plog/trunk/templates/summary/post.template	2006-06-03 04:56:35 UTC (rev 3514)
+++ plog/trunk/templates/summary/post.template	2006-06-03 05:02:02 UTC (rev 3515)
@@ -13,8 +13,7 @@
     {assign var="postOwner" value=$post->getUserInfo()}
     {assign var="postDate" value=$post->getDateObject()}
         <a href="{$request->postPermalink($post)}" class="noborder">
-            <img src="imgs/post.png" width="10" height="11" alt="Permalink" />
-        </a>
+        <img src="imgs/post.png" width="10" height="11" alt="Permalink" /></a>
         &nbsp;{$locale->tr("posted_by")} {$postOwner->getUsername()},  {$locale->formatDate($postDate,"%e %B %Y")} |
         <img src="imgs/comment.png" width="11" height="10" alt="{$locale->tr("comments")}" />&nbsp;
         <a href="{$request->postPermalink($post)}#comments">{if $post->getTotalComments() eq 0}{$locale->tr("comment on this")}{else}{$post->getTotalComments()} {$locale->tr("comments")|capitalize}{/if}</a>



More information about the pLog-svn mailing list