Author: henrib
Date: Fri Aug  3 13:24:56 2012
New Revision: 1368939

URL: http://svn.apache.org/viewvc?rev=1368939&view=rev
Log:
Corrected xdoc issue

Modified:
    commons/proper/jexl/trunk/src/site/xdoc/reference/syntax.xml

Modified: commons/proper/jexl/trunk/src/site/xdoc/reference/syntax.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/site/xdoc/reference/syntax.xml?rev=1368939&r1=1368938&r2=1368939&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/site/xdoc/reference/syntax.xml (original)
+++ commons/proper/jexl/trunk/src/site/xdoc/reference/syntax.xml Fri Aug  3 
13:24:56 2012
@@ -507,6 +507,7 @@
             This is the negation of the 'starts with' operator.
             <code>a ^! "abc"</code> is equivalent to <code>!(a ^= "abc")</code>
           </td>
+        </tr>
         <tr>
           <td>Ends With<code>=$</code></td>
           <td>The syntactically CSS3 inspired <code>=$</code> operator is a 
short-hand for the 'endsWith' method.
@@ -522,7 +523,7 @@
             This is the negation of the 'ends with' operator.
           <code>a $! "abc"</code> is equivalent to <code>!(a $= "abc")</code>
           </td>
-        <tr>
+        </tr>
         <tr>
           <td>Range<code>..</code></td>
           <td>


Reply via email to