You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by he...@apache.org on 2010/10/21 07:23:37 UTC

svn commit: r1025830 - /velocity/site/site/src/site/xdoc/index.xml

Author: henning
Date: Thu Oct 21 05:23:37 2010
New Revision: 1025830

URL: http://svn.apache.org/viewvc?rev=1025830&view=rev
Log:
Fix macro syntax, now actually works with the news-plugin macro.


Modified:
    velocity/site/site/src/site/xdoc/index.xml

Modified: velocity/site/site/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/velocity/site/site/src/site/xdoc/index.xml?rev=1025830&r1=1025829&r2=1025830&view=diff
==============================================================================
--- velocity/site/site/src/site/xdoc/index.xml (original)
+++ velocity/site/site/src/site/xdoc/index.xml Thu Oct 21 05:23:37 2010
@@ -25,7 +25,9 @@
     </section>
 
     <section name="Recent News">
-        <macro id="news" name="news" count="3" />
+        <macro id="news" name="news">
+            <param name="count" value="3" />
+        </macro>
     </section>
 
     <section name="Apache Software Foundation">