From: Roland Haeder Date: Tue, 24 Mar 2015 20:56:28 +0000 (+0100) Subject: It is now html, not web. X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=220962de13fd273ead6c7e8806dae3f7f1d16a26 It is now html, not web. Signed-off-by: Roland Häder --- diff --git a/inc/config.php b/inc/config.php index 1410e5ea..77db3c02 100644 --- a/inc/config.php +++ b/inc/config.php @@ -95,8 +95,8 @@ $cfg->setConfigEntry('html_template_class', 'HtmlTemplateEngine'); // CFG: DECO-XML-REWRITER-TEMPLATE-CLASS $cfg->setConfigEntry('deco_xml_rewriter_template_class', 'XmlRewriterTemplateDecorator'); -// CFG: DEBUG-WEB-CLASS -$cfg->setConfigEntry('debug_web_class', 'DebugWebOutput'); +// CFG: DEBUG-HTML-CLASS +$cfg->setConfigEntry('debug_html_class', 'DebugWebOutput'); // CFG: DEBUG-CONSOLE-CLASS $cfg->setConfigEntry('debug_console_class', 'DebugConsoleOutput');