diff options
author | deva <deva> | 2010-02-28 13:06:39 +0000 |
---|---|---|
committer | deva <deva> | 2010-02-28 13:06:39 +0000 |
commit | 9cff69d330760c133d2b22c96da7a89e319b2362 (patch) | |
tree | 2fcaf78432ed03a092b1b57e9155c0c294c03eab /utils/admin.php | |
parent | 5b272cd81712a01fceb946682bb99f8402c070df (diff) |
Better control of xml enconding... still a lot of testing to do though.
Diffstat (limited to 'utils/admin.php')
-rw-r--r-- | utils/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/admin.php b/utils/admin.php index f967c76..c8c96cf 100644 --- a/utils/admin.php +++ b/utils/admin.php @@ -1,6 +1,6 @@ <?php /* -*- Mode: php; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ ?> <div class="admin" id="admin"> - <span class="windowtitle header">Admin</span> + <span class="header windowtitle">Admin</span> <div class="button close"><a href="?page=">X</a></div> <?php global $loggedin; |