When incrementing config file version numbers, we must increment what we're testing...
[squirrelmail.git] / src / view_text.php
index b032b11a30fc3173ab843ab2837bcd44acc339f9..948420e016b5ba1728b9c2791c281d66ac10530a 100644 (file)
@@ -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);
 }