From 4b8a0ab1373c7af1488c38352545d8cab7330e40 Mon Sep 17 00:00:00 2001 From: thomasb Date: Sat, 28 Apr 2007 18:07:12 +0000 Subject: Merged branch devel-addressbook from r443 back to trunk git-svn-id: https://svn.roundcube.net/trunk@543 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/bin/html2text.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 roundcubemail/bin/html2text.php (limited to 'roundcubemail/bin/html2text.php') diff --git a/roundcubemail/bin/html2text.php b/roundcubemail/bin/html2text.php new file mode 100644 index 000000000..e0e2679f7 --- /dev/null +++ b/roundcubemail/bin/html2text.php @@ -0,0 +1,16 @@ +get_text(); + +if (function_exists('html_entity_decode')) + print html_entity_decode($plaintext, ENT_COMPAT, 'UTF-8'); +else + print $plaintext; + +?> \ No newline at end of file -- cgit v1.2.3