This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 421aa02334f10f26d95f0fd177b6fad417bfe21a
Author: Ralph Goers <rgo...@apache.org>
AuthorDate: Fri Nov 23 15:28:56 2018 -0700

    LOG4J2-1571 - Add CDATA
---
 src/site/xdoc/manual/extending.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/xdoc/manual/extending.xml 
b/src/site/xdoc/manual/extending.xml
index 2ac3a46..0f1fe27 100644
--- a/src/site/xdoc/manual/extending.xml
+++ b/src/site/xdoc/manual/extending.xml
@@ -318,7 +318,7 @@ public final class ThresholdFilter extends AbstractFilter {
               new one. This insures that events are not lost while a 
reconfiguration is taking place without
               requiring that logging pause while the reconfiguration takes 
place.
             </p>
-            <pre class="prettyprint linenums">
+            <pre class="prettyprint linenums"><![CDATA[
 @Plugin(name = "Stub", category = "Core", elementType = "appender", 
printObject = true)
 public final class StubAppender extends 
AbstractOutputStreamAppender<StubManager> {
 
@@ -350,7 +350,7 @@ public final class StubAppender extends 
AbstractOutputStreamAppender<StubManager
         }
         return new StubAppender(name, layout, filter, ignoreExceptions, 
manager);
     }
-}</pre>
+}]]></pre>
           </subsection>
           <subsection name="Layouts">
             <p>

Reply via email to