diff options
-rw-r--r-- | inc/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/common.php b/inc/common.php index bed083392..4311f079f 100644 --- a/inc/common.php +++ b/inc/common.php @@ -241,7 +241,7 @@ function breadcrumbs(){ $name = noNSorNS($ID); if ($conf['useheading']) { // get page title - $title = p_get_first_heading($ID); + $title = p_get_first_heading($ID,true); if ($title) { $name = $title; } |