Ignore:
Timestamp:
Jul 19, 2006 3:36:35 PM (7 years ago)
Author:
thomasb
Message:

Improved usability (Ticket #1483807) and HTML validity; applied patch #1328032; fixed bug #1443200

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/mail/show.inc

    r203 r277  
    110110                        show_bytes($attach_prop['size'])); 
    111111      else 
    112         $out .= sprintf('<li><a href="%s&_part=%s" onclick="return %s.command(\'load-attachment\',{part:\'%s\', mimetype:\'%s\'},this)">%s</a></li>'."\n", 
    113                         $GET_URL, 
     112        $out .= sprintf('<li><a href="%s&amp;_part=%s" onclick="return %s.command(\'load-attachment\',{part:\'%s\', mimetype:\'%s\'},this)">%s</a></li>'."\n", 
     113                        htmlentities($GET_URL), 
    114114                        $attach_prop['part_id'], 
    115115                        $JS_OBJECT_NAME, 
Note: See TracChangeset for help on using the changeset viewer.