You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by sc...@apache.org on 2012/03/06 23:10:01 UTC

svn commit: r1297755 - /velocity/tools/trunk/src/site/xdoc/changes.xml

Author: schultz
Date: Tue Mar  6 22:10:00 2012
New Revision: 1297755

URL: http://svn.apache.org/viewvc?rev=1297755&view=rev
Log:
Fixed missing </li>.

Modified:
    velocity/tools/trunk/src/site/xdoc/changes.xml

Modified: velocity/tools/trunk/src/site/xdoc/changes.xml
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/src/site/xdoc/changes.xml?rev=1297755&r1=1297754&r2=1297755&view=diff
==============================================================================
--- velocity/tools/trunk/src/site/xdoc/changes.xml (original)
+++ velocity/tools/trunk/src/site/xdoc/changes.xml Tue Mar  6 22:10:00 2012
@@ -50,7 +50,7 @@
         <li>fixed VELTOOLS-145 changed StrutsLinkTool's parent class to restore API backward-compatibility (schultz)</li>
         <li>fixed VELTOOLS-148 - fixed a LinkTool bug with parametersToIgnore management (schultz)</li>
         <li>fixed VELTOOLS-149 - changed LinkTool.addRequestParams to accept Object[] (schultz)</li>
-        <li>Added StrutsLinkTool.action and StrutsLinkTool.forward methods as replacements for StrutsLinkTool.setAction and StrutsLinkTool.setForward to match other new LinkTool methods like LinkTool.relative and LinkTool.absolute (schultz)
+        <li>Added StrutsLinkTool.action and StrutsLinkTool.forward methods as replacements for StrutsLinkTool.setAction and StrutsLinkTool.setForward to match other new LinkTool methods like LinkTool.relative and LinkTool.absolute (schultz)</li>
         <li>fixed VELTOOLS-146 $link.absolute($uri) should not encode query strings in the argument</li>
         <li>fixed VELTOOLS-152 ValidatorTool generates invalid XHTML even when in XHTML mode (schultz)</li>
         </ul>