Author: wglass
Date: Tue Jul 12 21:42:02 2005
New Revision: 216110

URL: http://svn.apache.org/viewcvs?rev=216110&view=rev
Log:
http://issues.apache.org/bugzilla/show_bug.cgi?id=11063

Modified:
    jakarta/velocity/core/trunk/xdocs/docs/vtl-reference-guide.xml

Modified: jakarta/velocity/core/trunk/xdocs/docs/vtl-reference-guide.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/velocity/core/trunk/xdocs/docs/vtl-reference-guide.xml?rev=216110&r1=216109&r2=216110&view=diff
==============================================================================
--- jakarta/velocity/core/trunk/xdocs/docs/vtl-reference-guide.xml (original)
+++ jakarta/velocity/core/trunk/xdocs/docs/vtl-reference-guide.xml Tue Jul 12 
21:42:02 2005
@@ -3,7 +3,7 @@
 <document>
 
  <properties>
-  <title>VTL Reference Guide</title>
+  <title>VTL Reference</title>
   <author email="[EMAIL PROTECTED]">Velocity Documentation Team</author>
   <author email="[EMAIL PROTECTED]">John Castura</author>
  </properties>
@@ -188,6 +188,7 @@
 
     <ul>
        <li>Equivalent Operator: #if( $foo == $bar )</li>
+       <li>Not Equals: #if( $foo != $bar )</li>
        <li>Greater Than: #if( $foo > 42 )</li>
        <li>Less Than: #if( $foo &lt; 42 )</li>
        <li>Greater Than or Equal To: #if( $foo >= 42 )</li>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to