summaryrefslogtreecommitdiffstats
path: root/src/pedro/pedrodom.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/pedro/pedrodom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pedro/pedrodom.cpp b/src/pedro/pedrodom.cpp
index a15d74251..4cb176a52 100644
--- a/src/pedro/pedrodom.cpp
+++ b/src/pedro/pedrodom.cpp
@@ -652,7 +652,7 @@ int Parser::parseElement(int p0, Element *par,int depth)
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;
}