Changeset 2066

Show
Ignore:
Timestamp:
04/24/08 22:34:02 (3 months ago)
Author:
bchoate
Message:

Closed some li tags on the This Is You widget. Thanks, Su! BugId:79423

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-36/tmpl/cms/widget/this_is_you.tmpl

    r1118 r2066  
    1414        <mt:if name="publish_count"> 
    1515            <mt:if name="comment_count"> 
    16             <li><__trans phrase="You've written <a href="[_1]">[quant,_2,entry,entries]</a> with <a href="[_3]">[quant,_4,comment,comments]</a>." params="<mt:var name="script_url">?__mode=list_entry&amp;filter_key=my_posts%%<mt:var name="publish_count">%%<mt:var name="script_url">?__mode=list_comment&amp;filter_key=my_posts%%<mt:var name="comment_count">"> 
     16            <li><__trans phrase="You've written <a href="[_1]">[quant,_2,entry,entries]</a> with <a href="[_3]">[quant,_4,comment,comments]</a>." params="<mt:var name="script_url">?__mode=list_entry&amp;filter_key=my_posts%%<mt:var name="publish_count">%%<mt:var name="script_url">?__mode=list_comment&amp;filter_key=my_posts%%<mt:var name="comment_count">"></li> 
    1717            <mt:else> 
    18             <li><__trans phrase="You've written <a href="[_1]">[quant,_2,entry,entries]</a>." params="<mt:var name="script_url">?__mode=list_entry%%<mt:var name="publish_count">"> 
     18            <li><__trans phrase="You've written <a href="[_1]">[quant,_2,entry,entries]</a>." params="<mt:var name="script_url">?__mode=list_entry%%<mt:var name="publish_count">"></li> 
    1919            </mt:if> 
    2020        </mt:if>