extra slashes in header
This commit is contained in:
parent
9262291831
commit
944f1a7f4c
2 changed files with 2 additions and 2 deletions
2
boot.php
2
boot.php
|
@ -380,7 +380,7 @@ class App {
|
|||
$this->page['title'] = $this->config['sitename'];
|
||||
$tpl = load_view_file('view/head.tpl');
|
||||
$this->page['htmlhead'] = replace_macros($tpl,array(
|
||||
'$baseurl' => $this->get_baseurl() . '/',
|
||||
'$baseurl' => $this->get_baseurl(),
|
||||
'$generator' => 'Friendika' . ' ' . FRIENDIKA_VERSION,
|
||||
'$delitem' => t('Delete this item?'),
|
||||
'$comment' => t('Comment')
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<base href="$baseurl" />
|
||||
<base href="$baseurl/" />
|
||||
<meta name="generator" content="$generator" />
|
||||
<link rel="stylesheet" type="text/css" href="$stylesheet" media="all" />
|
||||
<link rel="shortcut icon" href="$baseurl/images/friendika-32.png" />
|
||||
|
|
Loading…
Reference in a new issue