From b596d748b398242b556cb5a6271dff014d5e638d Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 30 Jul 2009 08:55:53 +0000 Subject: Changed illogically named 'window' tag into the more descriptive 'widgets' tag. --- server/src/templateparser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/templateparser.cc') diff --git a/server/src/templateparser.cc b/server/src/templateparser.cc index 62be9c7..3a1e17b 100644 --- a/server/src/templateparser.cc +++ b/server/src/templateparser.cc @@ -95,7 +95,7 @@ void TemplateParser::startTag(std::string name, std::map< std::string, std::stri return; } - // Create macro and enable parsing of queries, maps and window + // Create macro and enable parsing of queries, maps and widgets if(name == "macro" || name == "header") { if(state != TEMPLATE) error("macro found outside template."); state = MACRO; -- cgit v1.2.3