Changeset 300fc65 in github for bin/html2text.php
- Timestamp:
- Nov 20, 2008 5:29:34 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 73ba7ca
- Parents:
- 322b79d
- File:
-
- 1 edited
-
bin/html2text.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bin/html2text.php
rb685e9e r300fc65 23 23 require INSTALL_PATH.'program/include/iniset.php'; 24 24 25 $converter = new html2text( html_entity_decode($HTTP_RAW_POST_DATA, ENT_COMPAT, 'UTF-8'));25 $converter = new html2text($HTTP_RAW_POST_DATA); 26 26 27 27 header('Content-Type: text/plain; charset=UTF-8');
Note: See TracChangeset
for help on using the changeset viewer.
