From dd03a938060fba9ee81389275bc7f2509d03caff Mon Sep 17 00:00:00 2001 From: Aaron Trevena <aaron.trevena@gmail.com> Date: Thu, 17 Apr 2008 20:01:34 +0000 Subject: [PATCH] fix to header rt.cpan.org #29983 git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@587 48953598-375a-da11-a14b-00016c27c3ee --- lib/Maypole/templates/factory/header | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Maypole/templates/factory/header b/lib/Maypole/templates/factory/header index ba0b190..a537493 100644 --- a/lib/Maypole/templates/factory/header +++ b/lib/Maypole/templates/factory/header @@ -10,7 +10,7 @@ </title> <meta http-equiv="Content-Type" content="text/html; charset=[% request.document_encoding %]" /> <base href="[% config.uri_base%]"/> - <link title="Maypole" href="[% config.uri_base %]/maypole.css" type="text/css" rel="stylesheet" /> + <link title="Maypole" href="[% base %]/maypole.css" type="text/css" rel="stylesheet" /> </head> <body> <div class="content"> -- 2.39.5