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 2006/12/11 19:33:02 UTC

svn commit: r485798 - /velocity/tools/trunk/examples/showcase/date.vm

Author: nbubna
Date: Mon Dec 11 10:33:01 2006
New Revision: 485798

URL: http://svn.apache.org/viewvc?view=rev&rev=485798
Log:
don't force all demo function params to Strings

Modified:
    velocity/tools/trunk/examples/showcase/date.vm

Modified: velocity/tools/trunk/examples/showcase/date.vm
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/examples/showcase/date.vm?view=diff&rev=485798&r1=485797&r2=485798
==============================================================================
--- velocity/tools/trunk/examples/showcase/date.vm (original)
+++ velocity/tools/trunk/examples/showcase/date.vm Mon Dec 11 10:33:01 2006
@@ -24,6 +24,7 @@
 
 #demoTableStart()
 
+#set( $quote = '' )
 #set( $desc = 'Converts the specified object to a date and formats it according to the pattern or style returned by $date.format.' )
 #demo1( 'date' 'format' 4 $desc)