[geeklog-hg] geeklog: Add comments tag to Modern Curve theme to fix	jumping t...
    geeklog-cvs at lists.geeklog.net 
    geeklog-cvs at lists.geeklog.net
       
    Mon Mar  4 11:29:02 EST 2013
    
    
  
changeset 8977:e6cf7d3ca015
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/e6cf7d3ca015
user: Tom <websitemaster at cogeco.net>
date: Mon Mar 04 11:28:49 2013 -0500
description:
Add comments tag to Modern Curve theme to fix jumping to comments section of article page (bug #0001563)
diffstat:
 public_html/layout/modern_curve/comment/startcomment.thtml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 0e0559adc823 -r e6cf7d3ca015 public_html/layout/modern_curve/comment/startcomment.thtml
--- a/public_html/layout/modern_curve/comment/startcomment.thtml	Sun Mar 03 10:51:59 2013 -0500
+++ b/public_html/layout/modern_curve/comment/startcomment.thtml	Mon Mar 04 11:28:49 2013 -0500
@@ -2,7 +2,7 @@
 <!-- comment/startcomment.thtml { -->
 
 <div id="{area_id}">
-  <div class="comments">
+  <div id="comments" class="comments">
     {commentbar}
     {comments}
 
    
    
More information about the geeklog-cvs
mailing list