From 40b059beb5bd73ccfa476409f8bff30975dbc413 Mon Sep 17 00:00:00 2001 From: thomasb Date: Fri, 15 Aug 2008 21:47:31 +0000 Subject: Enable spellchecker for HTML editor git-svn-id: https://svn.roundcube.net/trunk@1651 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/bin/html2text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/bin/html2text.php') diff --git a/roundcubemail/bin/html2text.php b/roundcubemail/bin/html2text.php index 0f0e6ae14..2650bf2d6 100644 --- a/roundcubemail/bin/html2text.php +++ b/roundcubemail/bin/html2text.php @@ -6,6 +6,6 @@ require INSTALL_PATH.'program/include/iniset.php'; $converter = new html2text($HTTP_RAW_POST_DATA); header('Content-Type: text/plain; charset=UTF-8'); -print html_entity_decode($converter->get_text(), ENT_COMPAT, 'UTF-8'); +print html_entity_decode(trim($converter->get_text()), ENT_COMPAT, 'UTF-8'); ?> -- cgit v1.2.3