From ef12008b69d903f31584ba239b7bcc1f5687dfd5 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Wed, 27 Apr 2016 04:15:09 -0400
Subject: [PATCH] Merge branch 'master' of github.com:roundcube/roundcubemail

---
 program/lib/Roundcube/rcube_spellchecker.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/lib/Roundcube/rcube_spellchecker.php b/program/lib/Roundcube/rcube_spellchecker.php
index a579cac..29c9a93 100644
--- a/program/lib/Roundcube/rcube_spellchecker.php
+++ b/program/lib/Roundcube/rcube_spellchecker.php
@@ -250,7 +250,7 @@
 
     private function html2text($text)
     {
-        $h2t = new rcube_html2text($text, false, true, 0);
+        $h2t = new rcube_html2text($text, false, false, 0);
         return $h2t->get_text();
     }
 

--
Gitblit v1.9.1