diff --git a/docs/index.html b/docs/index.html index d8915dafd..f35137526 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4037,7 +4037,7 @@ them.

  
 <replace dir="${src}" value="wombat">
   <include name="**/*.html" />
-  <replacetoken><[CDATA[multi line
+  <replacetoken><![CDATA[multi line
 token]]></replacetoken>
 </replace>
 
@@ -4047,9 +4047,9 @@ HTML files in the directory ${src}.Where \n is the platform specific line separator.

  
 <replace file="${src}/index.html">
-  <replacetoken><[CDATA[two line
+  <replacetoken><![CDATA[two line
 token]]></replacetoken>
-  <replacevalue><[CDATA[two line
+  <replacevalue><![CDATA[two line
 token]]></replacevalue>
 </replace>