Skip to content

Commit

Permalink
Update head.php
Browse files Browse the repository at this point in the history
spaces added
  • Loading branch information
GregoryRusakov committed Mar 4, 2015
1 parent 7f74311 commit e2d3b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/document/html/renderer/head.php
Expand Up @@ -73,7 +73,7 @@ public function fetchHead($document)

if (!empty($base))
{
$buffer .= $tab . '<base href="' .Juri::base(). '" />' . $lnEnd;
$buffer .= $tab . '<base href="' . Juri::base() . '" />' . $lnEnd;
}

// Generate META tags (needs to happen as early as possible in the head)
Expand Down

0 comments on commit e2d3b41

Please sign in to comment.