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 2008/06/24 03:28:51 UTC

svn commit: r670988 - /velocity/tools/trunk/xdocs/site.dvsl

Author: nbubna
Date: Mon Jun 23 18:28:51 2008
New Revision: 670988

URL: http://svn.apache.org/viewvc?rev=670988&view=rev
Log:
allow TODO sections w/no content

Modified:
    velocity/tools/trunk/xdocs/site.dvsl

Modified: velocity/tools/trunk/xdocs/site.dvsl
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/xdocs/site.dvsl?rev=670988&r1=670987&r2=670988&view=diff
==============================================================================
--- velocity/tools/trunk/xdocs/site.dvsl (original)
+++ velocity/tools/trunk/xdocs/site.dvsl Mon Jun 23 18:28:51 2008
@@ -285,7 +285,10 @@
 <p class="note">
     This is still unfinished.
     <a href="index.html#Contribution">Help is welcome!</a><br>
-    TODO: $node.copy()
+#set( $todo = "$!node.copy()" )
+#if( $todo != '<todo/>' )
+    TODO: $todo
+#end
 </p>
 #end