Changeset 277 in subversion for trunk/roundcubemail/program/steps/mail/show.inc
- Timestamp:
- Jul 19, 2006 3:36:35 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/steps/mail/show.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/show.inc
r203 r277 110 110 show_bytes($attach_prop['size'])); 111 111 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&_part=%s" onclick="return %s.command(\'load-attachment\',{part:\'%s\', mimetype:\'%s\'},this)">%s</a></li>'."\n", 113 htmlentities($GET_URL), 114 114 $attach_prop['part_id'], 115 115 $JS_OBJECT_NAME,
Note: See TracChangeset
for help on using the changeset viewer.
