You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2007/02/09 19:29:21 UTC

svn commit: r505409 - /incubator/roller/trunk/web/WEB-INF/velocity/weblog.vm

Author: agilliland
Date: Fri Feb  9 10:29:20 2007
New Revision: 505409

URL: http://svn.apache.org/viewvc?view=rev&rev=505409
Log:
comments display macro was missing per comment anchor ids.


Modified:
    incubator/roller/trunk/web/WEB-INF/velocity/weblog.vm

Modified: incubator/roller/trunk/web/WEB-INF/velocity/weblog.vm
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/web/WEB-INF/velocity/weblog.vm?view=diff&rev=505409&r1=505408&r2=505409
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/velocity/weblog.vm (original)
+++ incubator/roller/trunk/web/WEB-INF/velocity/weblog.vm Fri Feb  9 10:29:20 2007
@@ -187,6 +187,7 @@
             #end
             #set($content = $utils.addNofollow($content))
 
+            <a name="comment-$comment.timestamp" id="comment-$comment.timestamp"></a>
             <div class="comment#if($velocityCount % 2 == 0) even#else odd#end" id="comment${velocityCount}">
                 ${content}