Show
Ignore:
Timestamp:
01/22/08 02:03:38 (23 months ago)
Author:
ddavis
Message:

standarize js comment tag escape. BugzID:58265

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-29/tmpl/cms/list_author.tmpl

    r1212 r1309  
    9191<mt:setvarblock name="html_head" append="1"> 
    9292    <script type="text/javascript"> 
    93     <!-- 
     93    /* <![CDATA[ */ 
    9494    function enableFilterButton() { 
    9595        getByID("filter-button").style.display = "inline"; 
     
    137137 
    138138    TC.attachLoadEvent( init ); 
    139     // --> 
     139    /* ]]> */ 
    140140    </script> 
    141141</mt:setvarblock>