subtitle was escaped too often in http://bm.bogo/bookmarks/userb/userb-tag
This commit is contained in:
parent
d6d44c6cfa
commit
01b91b22f3
1 changed files with 2 additions and 2 deletions
|
@ -305,8 +305,8 @@ if ($templatename == 'editbookmark.tpl') {
|
||||||
$tplVars['pagetitle'] = T_('My Bookmarks') . $catTitle;
|
$tplVars['pagetitle'] = T_('My Bookmarks') . $catTitle;
|
||||||
$tplVars['subtitlehtml'] = T_('My Bookmarks') . $catTitleWithUrls;
|
$tplVars['subtitlehtml'] = T_('My Bookmarks') . $catTitleWithUrls;
|
||||||
} else {
|
} else {
|
||||||
$tplVars['pagetitle'] = $user.': '.$cat;
|
$tplVars['pagetitle'] = $user.': '.$cat;
|
||||||
$tplVars['subtitle'] = $pagetitle;
|
$tplVars['subtitlehtml'] = $user . $catTitleWithUrls;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue