]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
subtitle was escaped too often in http://bm.bogo/bookmarks/userb/userb-tag
authorChristian Weiske <cweiske@cweiske.de>
Sat, 21 Jan 2012 11:10:33 +0000 (12:10 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Sat, 21 Jan 2012 11:10:33 +0000 (12:10 +0100)
www/bookmarks.php

index 54daed207c95485ae25e5371d6ec0b0ac510ab2a..fe123105e34bd8c5801cc048b1e204e78c5a9517 100644 (file)
@@ -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;
        }
 }