summaryrefslogtreecommitdiffstats
path: root/src/dom/minidom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dom/minidom.cpp')
-rw-r--r--src/dom/minidom.cpp2
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;
}