From e9005d6ba83f984585ac505342e7a374d2135280 Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Tue, 29 Oct 2013 08:40:20 +1000 Subject: [PATCH] Add link to project name --- html/includes/header.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/header.inc.php b/html/includes/header.inc.php index 033e2c7e9..069ae6203 100644 --- a/html/includes/header.inc.php +++ b/html/includes/header.inc.php @@ -9,7 +9,7 @@ } else { - echo('

'.$config['project_name'].'

'); + echo('

'.$config['project_name'].'

'); } ?>