Changeset 19571 for platform

Show
Ignore:
Timestamp:
09/19/08 07:08:24 (2 months ago)
Author:
kan
Message:

なんかダブルエスケープされてるぽいけど、XSSより100倍マシなので

Location:
platform/air/wasaco/src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • platform/air/wasaco/src/assets/feed.tt

    r19301 r19571  
    44        </td> 
    55        <td class="text"> 
    6 [% IF reply_message %]<a class="reply" href="[% reply_status_url %]"> &gt;[%u reply_message %] by [% reply_user_nick %]</a><br /> 
     6[% IF reply_message %]<a class="reply" href="[% reply_status_url %]"> &gt;[% reply_message %] by [% reply_user_nick %]</a><br /> 
    77        [%u html %] 
    88[% IF photo_url %]<br /><a href="[% photo_url %]"><img src="[% photo_url %]" width="100px" /></a> 
  • platform/air/wasaco/src/wasaco.mxml

    r19570 r19571  
    247247                } 
    248248 
    249                 private function initManual():void { 
    250                         this.manual.text = String(new helpDocument()); 
    251                 } 
    252                  
    253249                private function doDrag(event:MouseEvent):void { 
    254250                        if ( this.panel.contains(event.target as DisplayObject) ) return;