diff options
author | deva <deva> | 2009-07-30 08:55:53 +0000 |
---|---|---|
committer | deva <deva> | 2009-07-30 08:55:53 +0000 |
commit | b596d748b398242b556cb5a6271dff014d5e638d (patch) | |
tree | 4c49da6cba80e53cd8ebc07081cb1b4cbd989d78 /server/src/templateparser.cc | |
parent | 77272458e7a8906d871b241b5385bbd0f783d861 (diff) |
Changed illogically named 'window' tag into the more descriptive 'widgets' tag.
Diffstat (limited to 'server/src/templateparser.cc')
-rw-r--r-- | server/src/templateparser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |