diff --git a/src/View.php b/src/View.php index 4d2e105..b54b51f 100644 --- a/src/View.php +++ b/src/View.php @@ -519,6 +519,12 @@ class View { $type_mime='image/jpg'; break; + + case 'html': + + $type_mime='text/html'; + + break; }