Changeset a47acc5 in github
- Timestamp:
- Sep 16, 2008 9:06:20 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 491a6e2
- Parents:
- 36c236e
- File:
-
- 1 edited
-
program/lib/washtml.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/lib/washtml.php
rc505e59 ra47acc5 78 78 79 79 /* Ignore these HTML tags but process their content */ 80 static $ignore_elements = array('html', ' body');80 static $ignore_elements = array('html', 'head', 'body'); 81 81 82 82 /* Allowed HTML attributes */
Note: See TracChangeset
for help on using the changeset viewer.
