diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/XML.cpp | 3 |
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 << "&"; break; - case '\'': - ss << "'"; - break; case '\"': ss << """; break; |