summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/XML.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/XML.cpp b/src/core/XML.cpp
index 404af92..83b27b1 100644
--- a/src/core/XML.cpp
+++ b/src/core/XML.cpp
@@ -51,9 +51,6 @@ static std::string escapePredefinedEntities(const std::string &input)
case '&':
ss << "&amp;";
break;
- case '\'':
- ss << "&apos;";
- break;
case '\"':
ss << "&quot;";
break;