summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2008-09-14 02:03:35 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2008-09-14 02:03:35 +0000
commit13aa3a329989e186c2ecbbf3799c8a40b6f88f87 (patch)
tree1ec62ef5863eade42730c56046aff23c800f2c39 /themes
parent442ea280ec5fe13ce936776f364fe314f195f170 (diff)
downloadbrdo-13aa3a329989e186c2ecbbf3799c8a40b6f88f87.tar.gz
brdo-13aa3a329989e186c2ecbbf3799c8a40b6f88f87.tar.bz2
#307194 by Razorraser: Fix leading space in site logo link.
Diffstat (limited to 'themes')
-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; ?>