Index: src/docs/src/documentation/content/xdocs/tabs.xml
===================================================================
--- src/docs/src/documentation/content/xdocs/tabs.xml (revision 1304086)
+++ src/docs/src/documentation/content/xdocs/tabs.xml (working copy)
@@ -30,6 +30,6 @@
Tabs can be embedded to a depth of two. The second level of tabs will only
be displayed when their parent tab is selected.
-->
-
+
Index: src/docs/src/documentation/content/xdocs/loadstore.xml
===================================================================
--- src/docs/src/documentation/content/xdocs/loadstore.xml (revision 1304086)
+++ src/docs/src/documentation/content/xdocs/loadstore.xml (working copy)
@@ -189,7 +189,7 @@
a = load 'web_logs' using org.apache.hcatalog.pig.HCatLoader();
-b = filter a by datestamp >= '20110924' or datestamp <= '20110925';
+b = filter a by datestamp >= '20110924' and datestamp <= '20110925';