CVS commit by deschildre: * Fixed the Problem reporter which reports "Missing closing Tag" even if present. M +1 -2 structtreetag.cpp 1.31.2.1 --- quanta/quanta/treeviews/structtreetag.cpp #1.31:1.31.2.1 @@ -125,6 +125,5 @@ StructTreeTag::StructTreeTag(StructTreeT if (parentQTag && !parentQTag->isSingle() && !parentQTag->isOptional() && - (!node->next || (node->next && !QuantaCommon::closesTag(node->tag, node->next->tag)) ) - ) + (!node->next || ( !node->getClosingNode())) ) { node->tag->write()->setErrorMark(line);