Changeset a7d5e3e8 in github
- Timestamp:
- Jun 8, 2012 3:22:49 AM (13 months ago)
- Branches:
- release-0.8
- Children:
- 16114e6
- Parents:
- 51809bd
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/steps/mail/func.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r51809bd ra7d5e3e8 2 2 =========================== 3 3 4 - Fix XSS vulnerability in message subject handling using Larry skin (#1488519) 4 5 - Fix handling of links with various URI schemes e.g. "skype:" (#1488106) 5 6 - Fix handling of links inside PRE elements on html to text conversion -
program/steps/mail/func.inc
r951c9b3a ra7d5e3e8 948 948 // single header value is requested 949 949 if (!empty($attrib['valueof'])) 950 return Q($plugin['output'][$attrib['valueof']]['value'], ($ hkey== 'subject' ? 'strict' : 'show'));950 return Q($plugin['output'][$attrib['valueof']]['value'], ($attrib['valueof'] == 'subject' ? 'strict' : 'show')); 951 951 952 952 // compose html table
Note: See TracChangeset
for help on using the changeset viewer.
