diff --git a/lib/util.php b/lib/util.php index a953fa39a8..22350586c8 100644 --- a/lib/util.php +++ b/lib/util.php @@ -193,7 +193,7 @@ function common_show_header($pagetitle, $callable=NULL, $data=NULL, $headercall= 'id' => 'logo')); common_element_end('a'); } else { - common_element('p', 'branding', $config['site']['name']); + common_element('p', array('id' => 'branding'), $config['site']['name']); } common_element('h1', 'pagetitle', $pagetitle);