Show
Ignore:
Timestamp:
12/03/08 07:58:25 (12 months ago)
Author:
fumiakiy
Message:

Merging the latest of fireball branch to trunk. svn merge -r3095:3215 http://code.sixapart.com/svn/movabletype/branches/fireball . (two conflicts resolved; MT.pm, mt.php and mt-check.cgi merged manually.)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tmpl/cms/list_template.tmpl

    r3082 r3219  
    7171function init() { 
    7272<mt:loop name="template_type_loop"> 
    73     tableSelect.push(new TC.TableSelect( '<mt:var name="template_type">-listing-table' )); 
     73    tableSelect.push(new TC.TableSelect( '<mt:var name="template_type" escape="html">-listing-table' )); 
    7474    tableSelect[tableSelect.length-1].rowSelect = true; 
    7575</mt:loop>