From 4ca10b8d511d85a4d575af355b0a6739d5a05958 Mon Sep 17 00:00:00 2001 From: thomascube Date: Fri, 15 Aug 2008 21:47:31 +0000 Subject: Enable spellchecker for HTML editor --- bin/html2text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/html2text.php') diff --git a/bin/html2text.php b/bin/html2text.php index 0f0e6ae14..2650bf2d6 100644 --- a/bin/html2text.php +++ b/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