From 220962de13fd273ead6c7e8806dae3f7f1d16a26 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 24 Mar 2015 21:56:28 +0100 Subject: [PATCH] It is now html, not web. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- inc/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'); -- 2.30.2