From 56125383f437698e28c3856b25845b5590d9df64 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 18 Jun 2008 11:32:58 -0400 Subject: class darcs-hash:20080618153258-84dde-48204f3d9d3d6c710d73bad4b390877cb34e2991.gz --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3-54-g00ecf