]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/output/class_
Continued:
[core.git] / framework / main / classes / output / class_
index 7fd46736e54a3afe2482e5236842c3644f077978..6eb9f1a1a7f11fb94e857a1eb97b0443920581d6 100644 (file)
@@ -63,8 +63,8 @@ class ???Output extends BaseOutput implements OutputStreamer, Registerable {
                        if (!empty($contentType)) {
                                // Set the header
                                FrameworkBootstrap::getResponseInstance()->addHeader('Content-type', $contentType);
-                       } // END - if
-               } // END - if
+                       }
+               }
 
                // Return instance
                return self::$!!!Instance;