Changeset 57d261b in github for program/lib/washtml.php
- Timestamp:
- Feb 9, 2011 11:07:22 AM (2 years ago)
- Children:
- 1fb14bd, aa46e8d6
- Parents:
- 99897b7
- File:
-
- 1 edited
-
program/lib/washtml.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/lib/washtml.php
rb46e5b74 r57d261b 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.
