diff --git a/src/xercesc/dom/impl/DOMWriterImpl.cpp b/src/xercesc/dom/impl/DOMWriterImpl.cpp
index d8cd3718726e90b1324c7164ad7aa62db3caafd0..5dc6a30e81233ffdec28cc01d1a9682a32b5d1f3 100644
--- a/src/xercesc/dom/impl/DOMWriterImpl.cpp
+++ b/src/xercesc/dom/impl/DOMWriterImpl.cpp
@@ -57,6 +57,9 @@
 /*
  * $Id$
  * $Log$
+ * Revision 1.15  2002/08/07 18:10:19  peiyongz
+ * Fix to Bug#11534: Wrong CDATA Terminator in DOMWriterImpl
+ *
  * Revision 1.14  2002/07/22 23:24:01  tng
  * DOM L3: writeToString should use the fFormatter to do the transcoding
  *
@@ -237,8 +240,8 @@ static const XMLCh  gStartCDATA[] =
 //]]>
 static const XMLCh  gEndCDATA[] =
 {
-    chCloseSquare, chCloseAngle, chCloseAngle, chNull  // test only: ]>>
-//  chCloseSquare, chCloseSquare, chCloseAngle, chNull
+//    chCloseSquare, chCloseAngle, chCloseAngle, chNull  // test only: ]>>
+      chCloseSquare, chCloseSquare, chCloseAngle, chNull
 };
 
 //<!--