Author: nbubna
Date: Fri Jan 16 14:13:37 2009
New Revision: 735157
URL: http://svn.apache.org/viewvc?rev=735157&view=rev
Log:
fix c/p typo
Modified:
velocity/engine/trunk/src/changes/changes.xml
Modified: velocity/engine/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/velocity/engine/trunk/src/changes/changes.xml?rev=735157&r1=735156&r2=735157&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Fri Jan 16 14:13:37 2009
@@ -27,8 +27,7 @@
<body>
<release version="1.7" date="In Subversion">
-
- <action type="add" dev="byron" issue="VELOCITY-666" due-to="Jarkko
Viinamaki">
+ <action type="add" dev="nbubna" issue="VELOCITY-666" due-to="Jarkko
Viinamaki">
Add support for calling velocimacros with body content by prefixing
the macro
name with @.
(e.g. #macro( bold )<strong>$bodyContent</strong>#end #...@bold()any
valid VTL here#end)