]> git.mxchange.org Git - hub.git/blobdiff - inc/classes/main/template/class_BaseTemplateEngine.php
Code merged from ship-simu repository
[hub.git] / inc / classes / main / template / class_BaseTemplateEngine.php
index 7e1aa7c194f0fb6d1a015e4b640aa3f104396b3b..8690db6fe519d8f038307dbe7684e8712eb56d71 100644 (file)
@@ -1098,7 +1098,7 @@ class BaseTemplateEngine extends BaseFrameworkSystem {
 
                default: // Unknown type found
                        // Construct message
-                       $msg = sprintf("[%s-&gt;%s] Unknown/unsupported template type <strong>%s</strong> detected.",
+                       $msg = sprintf("[%s-&gt;%s] Unknown/unsupported template type <span class=\"data\">%s</span> detected.",
                                $this->__toString(),
                                __FUNCTION__,
                                $this->getTemplateType()
@@ -1172,7 +1172,7 @@ class BaseTemplateEngine extends BaseFrameworkSystem {
         * @return      void
         */
        public function transferToResponse (Responseable $responseInstance) {
-               // Get the content and set it in the response class
+               // Get the content and set it in response class
                $responseInstance->writeToBody($this->getCompiledData());
        }