diff options
Diffstat (limited to 'src/dom/minidom.cpp')
| -rw-r--r-- | src/dom/minidom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dom/minidom.cpp b/src/dom/minidom.cpp index 20881b2ff..a0d24279f 100644 --- a/src/dom/minidom.cpp +++ b/src/dom/minidom.cpp @@ -548,7 +548,7 @@ int Parser::parseElement(int p0, Element *par,int lineNr) p = getWord(p, closeTagName); if (openTagName != closeTagName) { - error("Mismatched closing tag. Expected </%S>. Got '%S'.", + error("Mismatched closing tag. Expected </%s>. Got '%s'.", openTagName.c_str(), closeTagName.c_str()); return p0; } |
