You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Matthew Pomar <ma...@hotmail.com> on 2003/09/05 23:30:43 UTC

Too many slashes (bug?)

When I use this on my Velocity template:

$page.setStyleSheet($ui.getStylecss())

I get this:

<link
href="http://localhost:8080/newapp//resources/ui/skins/default/skin.css"
type="text/css" rel="stylesheet">

There is an extra slash over "newapp".

Is this a bug? Is there a work around?

Thanks,
 - Matt