diff options
author | andi <andi@splitbrain.org> | 2005-05-01 18:15:12 +0200 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-05-01 18:15:12 +0200 |
commit | 7879fd27774b370f11edb45c1aaa61e2af652241 (patch) | |
tree | 766e0ffe0c886c108054e9d041c2316e17599c6a /inc/html.php | |
parent | 82b7dc7b01cff42e92185091953c6ac906850df3 (diff) | |
download | rpg-7879fd27774b370f11edb45c1aaa61e2af652241.tar.gz rpg-7879fd27774b370f11edb45c1aaa61e2af652241.tar.bz2 |
just a few small fixes #299
darcs-hash:20050501161512-9977f-c74a1814bfc6844e019e27a32b2a459888172a0b.gz
Diffstat (limited to 'inc/html.php')
-rw-r--r-- | inc/html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php index 0b724bd3e..c03e9d31c 100644 --- a/inc/html.php +++ b/inc/html.php @@ -991,7 +991,7 @@ function html_admin(){ ptln('<ul class="admin">'); // currently ACL only - more to come - ptln('<li><a href="'.wl($ID,'do=admin&page=acl').'">'.$lang['admin_acl'].'</a></li>'); + ptln('<li><a href="'.wl($ID,'do=admin&page=acl').'">'.$lang['admin_acl'].'</a></li>'); ptln('</ul>'); } |