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/lib/MT/CMS/Dashboard.pm

    r3082 r3219  
    22 
    33use strict; 
    4 use MT::Util qw( epoch2ts ); 
     4use MT::Util qw( epoch2ts encode_html ); 
    55 
    66sub dashboard { 
     
    137137        $param->{last_post_id}      = $last_post->id; 
    138138        $param->{last_post_blog_id} = $last_post->blog_id; 
    139         $param->{last_post_blog_name} = $last_post->blog->name; 
     139        $param->{last_post_blog_name} = encode_html($last_post->blog->name); 
    140140        $param->{last_post_ts}      = $last_post->authored_on; 
    141141    }