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/10/25 01:22:32 UTC

svn commit: r707783 - /velocity/tools/trunk/examples/struts/index.vm

Author: nbubna
Date: Fri Oct 24 16:22:32 2008
New Revision: 707783

URL: http://svn.apache.org/viewvc?rev=707783&view=rev
Log:
update old linktool usage

Modified:
    velocity/tools/trunk/examples/struts/index.vm

Modified: velocity/tools/trunk/examples/struts/index.vm
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/examples/struts/index.vm?rev=707783&r1=707782&r2=707783&view=diff
==============================================================================
--- velocity/tools/trunk/examples/struts/index.vm (original)
+++ velocity/tools/trunk/examples/struts/index.vm Fri Oct 24 16:22:32 2008
@@ -18,7 +18,7 @@
 <HTML>
 <HEAD>
   <TITLE>VelocityStruts $version</TITLE>
-  <link rel="stylesheet" href="$link.setRelative('styles.css')" type="text/css">
+  <link rel="stylesheet" href="$link.relative('styles.css')" type="text/css">
 </HEAD>
 
 <BODY>