#307194 by Razorraser: Fix leading space in site logo link.

merge-requests/26/head
Angie Byron 2008-09-14 02:03:35 +00:00
parent 442ea280ec
commit 13aa3a3299
1 changed files with 1 additions and 1 deletions

View File

@ -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; ?>