diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/src/templateheaderparser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/templateheaderparser.cc b/server/src/templateheaderparser.cc index 8b0f162..ee93381 100644 --- a/server/src/templateheaderparser.cc +++ b/server/src/templateheaderparser.cc @@ -95,7 +95,7 @@ TemplateHeaderParser::~TemplateHeaderParser() void TemplateHeaderParser::startTag(std::string name, std::map< std::string, std::string> attributes) { // Create template and enable parsing of queries, maps and window - if(name == "template") { + if(name == "course") { assert(!t); // A Template has already been allocated, cannot create template! t = new Template(); t->attributes = attributes; |