From cbe59ce7908ab57495bf524e851d13a523b6aa6e Mon Sep 17 00:00:00 2001 From: Tinny Ng <tng@apache.org> Date: Fri, 24 Jan 2003 20:24:28 +0000 Subject: [PATCH] Revert fix for bug 12369 as the close angle is valid for text git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174662 13f79535-47bb-0310-9956-ffa450edef68 --- src/xercesc/framework/XMLFormatter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xercesc/framework/XMLFormatter.cpp b/src/xercesc/framework/XMLFormatter.cpp index e6c9431a2..c8decb982 100644 --- a/src/xercesc/framework/XMLFormatter.cpp +++ b/src/xercesc/framework/XMLFormatter.cpp @@ -117,7 +117,7 @@ static const XMLCh gEscapeChars[XMLFormatter::EscapeFlags_Count][kEscapeCount] = { chNull , chNull , chNull , chNull , chNull , chNull } , { chAmpersand , chCloseAngle , chDoubleQuote , chOpenAngle , chSingleQuote , chNull } , { chAmpersand , chOpenAngle , chDoubleQuote , chNull , chNull , chNull } - , { chAmpersand , chCloseAngle , chOpenAngle , chNull , chNull , chNull } + , { chAmpersand , chOpenAngle , chNull , chNull , chNull , chNull } }; -- GitLab