Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be...
[lhc/web/wiklou.git] / includes / MimeMagic.php
index dd197c3..ca05dbb 100644 (file)
@@ -403,8 +403,6 @@ class MimeMagic {
                                        elseif ($tag==="svg") $mime= "image/svg";
                                        elseif (strpos($doctype,"-//W3C//DTD XHTML")===0) $mime= "text/html";
                                        elseif ($tag==="html") $mime= "text/html";
-
-                                       $test_more= false;
                                }
                        }