Changeset a72ad65 in github
- Timestamp:
- Feb 28, 2010 3:07:45 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 929a508
- Parents:
- 72b140d
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/lib/washtml.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
rebc619c ra72ad65 2 2 =========================== 3 3 4 - Fix invalid font tags which cause HTML message rendering problems (#1486521) 4 5 - Fix CVE-2010-0464: Disable DNS prefetching (#1486449) 5 6 - Fix Received headers to behave better with SpamAssassin (#1486513) -
program/lib/washtml.php
r7435e3b ra72ad65 88 88 89 89 /* Block elements which could be empty but cannot be returned in short form (<tag />) */ 90 static $block_elements = array('div', 'p', 'pre', 'blockquote', 'a' );90 static $block_elements = array('div', 'p', 'pre', 'blockquote', 'a', 'font'); 91 91 92 92 /* State for linked objects in HTML */
Note: See TracChangeset
for help on using the changeset viewer.
