From 41a149b74a4628a67ed2fd85b63cb81ba48a63f9 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 20 May 2008 17:04:37 -0400 Subject: fixup footer menu and fix syntax error in profile.php darcs-hash:20080520210437-84dde-1a8472f5b5cdde042975d669b0fdca5d6984f330.gz --- lib/util.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/util.php b/lib/util.php index 4fef45ec1..23b944333 100644 --- a/lib/util.php +++ b/lib/util.php @@ -112,10 +112,10 @@ function common_show_header($pagetitle) { function common_show_footer() { global $xw, $config; - common_element_start('p', 'footer'); + common_element_start('div', 'footer'); common_foot_menu(); common_license_block(); - common_element_end('p'); + common_element_end('div'); common_element_end('div'); common_element_end('div'); common_element_end('div'); -- cgit v1.2.3-54-g00ecf