diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/skeleton.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/skeleton.tmpl b/templates/skeleton.tmpl index 81fc823..564a9df 100644 --- a/templates/skeleton.tmpl +++ b/templates/skeleton.tmpl @@ -9,7 +9,7 @@ <body> <div class="pageheader"> <img alt="[patchlogo]" src="$conf.root_url/static/img/swirlpatch.png"/> - <p> <a href="$conf.root_url">Debian patch tracking system </a> </p> + <p> <a href="$conf.root_url/">Debian patch tracking system </a> </p> <div class="breadcrumb"> #set $crumblinks = [$link($conf.root_url+"/"+b[0],b[1]) for b in $crumbs] #for $i in $crumblinks |