Forgot to add the webpath in blame.tpl
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 9 Apr 2007 06:43:36 +0000 (06:43 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 9 Apr 2007 06:43:36 +0000 (06:43 +0000)
templates/default/blame.tpl

index 11d8ee193efc26b55b7642d3209416909b6cf483..4dc34c676ef6eebe96a605d34b298d21b6435315 100644 (file)
@@ -2,7 +2,7 @@ $doctype
 <html lang="##LANG##" xml:lang="##XML-LANG##">
 <head>
 $headinclude
-       <link rel="stylesheet" href="$viewsvn->path/templates/default/diff.css" media="screen" />
+       <link rel="stylesheet" href="{BSRegister::Get('webpath')}/templates/default/diff.css" media="screen" />
        <title>{@"Blame"}</title>
 </head>