diff --git a/src/Parser.cpp b/src/Parser.cpp index 8538b98b5..429db5d86 100644 --- a/src/Parser.cpp +++ b/src/Parser.cpp @@ -789,6 +789,7 @@ void Parser::findTag () tag.find (' ') == std::string::npos) { (*i)->unTag ("?"); + (*i)->removeAllBranches (); (*i)->tag ("TAG"); (*i)->attribute ("sign", sign); (*i)->attribute ("tag", tag);