summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-18 11:32:58 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-18 11:32:58 -0400
commit56125383f437698e28c3856b25845b5590d9df64 (patch)
tree5ae82201d9536acf9715d4997df5d3f6827857fe
parent79ac3376959e6c22cfd6c6d053752be3d2bb8537 (diff)
class
darcs-hash:20080618153258-84dde-48204f3d9d3d6c710d73bad4b390877cb34e2991.gz
-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);