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