summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index a953fa39a..22350586c 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);