diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-05-02 20:28:11 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-05-02 20:28:11 +0000 |
commit | 837041f11529b59cafe0564a2dd4d341f2b0155a (patch) | |
tree | 43b7a8702e51c2386331bdfc08e90cf6383780c8 /admin.php | |
parent | 30dd6ea68f487a87120598ed2848e7a78cd9ea84 (diff) | |
download | brdo-837041f11529b59cafe0564a2dd4d341f2b0155a.tar.gz brdo-837041f11529b59cafe0564a2dd4d341f2b0155a.tar.bz2 |
- XHTML-ified a few things.
Diffstat (limited to 'admin.php')
-rw-r--r-- | admin.php | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -5,7 +5,7 @@ include_once "includes/common.inc"; function status($message) { if ($message) { - return "<B>Status:</B> $message<HR>\n"; + return "<b>Status:</b> $message<hr />\n"; } } @@ -49,12 +49,12 @@ function admin_page($mod) { } if (user_access("access administration pages")) { - page_header(); + page_header(); admin_page($mod); page_footer(); } else { print message_access(); -} +} -?> +?>
\ No newline at end of file |