extra slashes in header

This commit is contained in:
Friendika 2011-05-10 02:18:39 -07:00
parent 9262291831
commit 944f1a7f4c
2 changed files with 2 additions and 2 deletions

View File

@ -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')

View File

@ -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" />