diff --git a/pmd-xml/src/main/resources/category/xml/errorprone.xml b/pmd-xml/src/main/resources/category/xml/errorprone.xml index 18c01924d6..c868b036f0 100644 --- a/pmd-xml/src/main/resources/category/xml/errorprone.xml +++ b/pmd-xml/src/main/resources/category/xml/errorprone.xml @@ -12,11 +12,11 @@ Rules to detect constructs that are either broken, extremely confusing or prone -An XML CDATA section begins with a <!CDATA[ marker, which has only one [, and ends with a ]]> marker, which has only two ]. +An XML CDATA section begins with a <![CDATA[ marker, which has only one [, and ends with a ]]> marker, which has two ]. 3 @@ -30,7 +30,7 @@ An XML CDATA section begins with a <!CDATA[ marker, which has only one [, and