You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2009/08/21 17:20:31 UTC

svn commit: r806596 - /velocity/engine/branches/1.6.x/xdocs/docs/user-guide.xml

Author: nbubna
Date: Fri Aug 21 15:20:31 2009
New Revision: 806596

URL: http://svn.apache.org/viewvc?rev=806596&view=rev
Log:
properly escape special html chars

Modified:
    velocity/engine/branches/1.6.x/xdocs/docs/user-guide.xml

Modified: velocity/engine/branches/1.6.x/xdocs/docs/user-guide.xml
URL: http://svn.apache.org/viewvc/velocity/engine/branches/1.6.x/xdocs/docs/user-guide.xml?rev=806596&r1=806595&r2=806596&view=diff
==============================================================================
--- velocity/engine/branches/1.6.x/xdocs/docs/user-guide.xml (original)
+++ velocity/engine/branches/1.6.x/xdocs/docs/user-guide.xml Fri Aug 21 15:20:31 2009
@@ -757,7 +757,7 @@
 #if ($foo && $foo == "bar")#end ## False and $foo == "bar" wil not be evaluated
 #if ($foo1 || $foo2)#end        ## False $foo1 and $foo2 are not defined]]></source>
   <p>
-    Strict mode requires that comparisons of >, <, >= or <= within an
+    Strict mode requires that comparisons of &gt;, &lt;, &gt;= or &lt;= within an
     #if directive make sense. Also, the argument to #foreach must be
     iterable (this behavior can be modified with the property
     directive.foreach.skip.invalid). Finally, undefined macro