X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fview_text.php;h=948420e016b5ba1728b9c2791c281d66ac10530a;hb=65efa9821218829082c7e0c68705f782d10172bb;hp=b032b11a30fc3173ab843ab2837bcd44acc339f9;hpb=be9f42bf9a749e596771c0d1271a79ca8a0e51b2;p=squirrelmail.git diff --git a/src/view_text.php b/src/view_text.php index b032b11a..948420e0 100644 --- a/src/view_text.php +++ b/src/view_text.php @@ -72,6 +72,7 @@ if ($type1 == 'html' || (isset($override_type1) && $override_type1 == 'html')) $body = charset_decode($charset,$body,false,true); } } else { + $ishtml = FALSE; translateText($body, $wrap_at, $charset); }