summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/garland/page.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php
index 1c73bc8fa..4cef92d2b 100644
--- a/themes/garland/page.tpl.php
+++ b/themes/garland/page.tpl.php
@@ -22,7 +22,7 @@
<div id="header">
<div id="logo-floater">
<?php if ($logo || $site_title): ?>
- <h1><a href=" <?php print $front_page ?>" title="<?php print $site_title ?>">
+ <h1><a href="<?php print $front_page ?>" title="<?php print $site_title ?>">
<?php if ($logo): ?>
<img src="<?php print $logo ?>" alt="<?php print $site_title ?>" id="logo" />
<?php endif; ?>