From 01b91b22f3b990b788898ed3478d6b55aa3f85b3 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sat, 21 Jan 2012 12:10:33 +0100 Subject: subtitle was escaped too often in http://bm.bogo/bookmarks/userb/userb-tag --- www/bookmarks.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/bookmarks.php b/www/bookmarks.php index 54daed2..fe12310 100644 --- a/www/bookmarks.php +++ b/www/bookmarks.php @@ -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; } } -- cgit v1.2.3