Skip to content

Commit

Permalink
Corrected tracker issue #5272 - index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 committed Dec 2, 2014
1 parent 25b3614 commit de01b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/protostar/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<!-- Header -->
<header class="header" role="banner">
<div class="header-inner clearfix">
<a class="brand pull-left" href="<?php echo $this->baseurl; ?>">
<a class="brand pull-left" href="<?php echo $this->baseurl; ?>/">
<?php echo $logo; ?>
<?php if ($this->params->get('sitedescription')) : ?>
<?php echo '<div class="site-description">' . htmlspecialchars($this->params->get('sitedescription')) . '</div>'; ?>
Expand Down

0 comments on commit de01b0a

Please sign in to comment.