From 06226e98e3ae81f6a13724552c7dab7d1db5a993 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Mon, 4 Jun 2007 21:06:36 +0200 Subject: [PATCH] Fix inc/headers.tpl. --- bin/controller.rc | 2 -- inc/headers.tpl | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/controller.rc b/bin/controller.rc index 3fe54da..244155e 100755 --- a/bin/controller.rc +++ b/bin/controller.rc @@ -133,8 +133,6 @@ if(! ~ $#blogDirs 0) ' ' -echo hesd: $extraHeaders - # RSS fn statpost { f = $1 diff --git a/inc/headers.tpl b/inc/headers.tpl index 05967a2..06092e3 100644 --- a/inc/headers.tpl +++ b/inc/headers.tpl @@ -8,13 +8,14 @@ Content-Type: text/html -% echo ''$"title' - '$"site' -' + %($title - $site -%) + %($extraHeaders%)