Ignore:
Timestamp:
Apr 30, 2010 8:53:49 AM (14 years ago)
Author:
kroman0
Message:

Fixed anchor for comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonecomments/branches/jquery/quintagroup/plonecomments/browser/comments.pt

    r2236 r2240  
    2929 
    3030                <h3 tal:attributes="id reply/id"> 
    31                     <span tal:replace="reply/pretty_title_or_id">Comment title</span> 
    32                     <a class="anchor" tal:attributes="href string:#${reply/id}; 
    33                     title reply/pretty_title_or_id">#</a> 
     31                    <a class="anchor" 
     32                       tal:content="reply/pretty_title_or_id" 
     33                       tal:attributes="href string:#${reply/id}; 
     34                                       title reply/pretty_title_or_id">Comment title</a> 
    3435                </h3> 
    3536                <div class="documentByLine" 
Note: See TracChangeset for help on using the changeset viewer.