[pLog-svn] r1864 - templates/trunk/greenmarinee

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Mon Apr 18 13:37:29 GMT 2005


Author: jondaley
Date: 2005-04-18 13:37:28 +0000 (Mon, 18 Apr 2005)
New Revision: 1864

Modified:
   templates/trunk/greenmarinee/postandcomments.template
Log:
fixed typo: http://bugs.plogworld.net/view.php?id=437

Modified: templates/trunk/greenmarinee/postandcomments.template
===================================================================
--- templates/trunk/greenmarinee/postandcomments.template	2005-04-17 21:25:16 UTC (rev 1863)
+++ templates/trunk/greenmarinee/postandcomments.template	2005-04-18 13:37:28 UTC (rev 1864)
@@ -16,7 +16,7 @@
   <li class={$oddcomment}>
     <div class="comment_author">
       {if $comment->getUserUrl() != ""}
-        <a href="{$comment->getUserUrl()}"}>{$comment->getUsername()}</a>
+        <a href="{$comment->getUserUrl()}">{$comment->getUsername()}</a>
       {else}
         {$comment->getUsername()}
       {/if}{$locale->tr("comment on this")}




More information about the pLog-svn mailing list