PIG-5182: ant docs target is broken by PIG-5110

git-svn-id: https://svn.apache.org/repos/asf/pig/trunk@1786811 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES.txt b/CHANGES.txt
index 002cbd7..131d0b5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -89,6 +89,8 @@
  
 BUG FIXES
 
+PIG-5182: ant docs target is broken by PIG-5110 (daijy)
+
 PIG-5156: Duplicate jars in CLASSPATH when running test (daijy)
 
 PIG-5173: Script with multiple splits fails with Invalid dag containing 0 vertices (rohini)
diff --git a/src/docs/src/documentation/content/xdocs/basic.xml b/src/docs/src/documentation/content/xdocs/basic.xml
index a631607..0264089 100644
--- a/src/docs/src/documentation/content/xdocs/basic.xml
+++ b/src/docs/src/documentation/content/xdocs/basic.xml
@@ -5424,7 +5424,7 @@
 <p> In cases where the schema is stored as part of the StoreFunc like PigStorage, JsonStorage, AvroStorage or OrcStorage,
    users generally have to use an extra FOREACH before STORE to rename the field names and remove the disambiguate
    operator from the names. To automatically remove the disambiguate operator from the schema for the STORE operation,
-   the <i>pig.store.schema.disambiguate</i> Pig property can be set to "false". It is the responsibility of the user
+   the pig.store.schema.disambiguate Pig property can be set to "false". It is the responsibility of the user
    to make sure that there is no conflict in the field names when using this setting.
 </p>
 </section>