diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-20 16:30:02 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-20 16:30:02 -0400 |
commit | 0a52f792161ad68e33a7586123f5b2ba68527d8d (patch) | |
tree | c519ed08ccc535bb28b5867ba3f62f5df922e2e0 | |
parent | 9b97e7c3b90fb23f1e7cf6d99ef5a4c0ce7729c0 (diff) |
close ul for foot menu
darcs-hash:20080520203002-84dde-13b54cb7fe55641b735833d5c4a29349bf913c5e.gz
-rw-r--r-- | lib/util.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util.php b/lib/util.php index e8d0d53c9..72c9652b9 100644 --- a/lib/util.php +++ b/lib/util.php @@ -182,6 +182,7 @@ function common_foot_menu() { _t('Help')); common_menu_item(common_local_url('doc', array('title' => 'privacy')), _t('Privacy')); + common_element_end('ul'); } function common_menu_item($url, $text, $title=NULL) { |