Changeset 4517 in subversion
- Timestamp:
- Feb 9, 2011 11:06:20 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/lib/washtml.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/lib/washtml.php
r4483 r4517 274 274 275 275 // Remove invalid HTML comments (#1487759) 276 $html = preg_replace('/<! [^>]*>/', '', $html);276 $html = preg_replace('/<!--[^->]*>/', '', $html); 277 277 278 278 @$node->loadHTML($html);
Note: See TracChangeset
for help on using the changeset viewer.
