diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-01-04 03:59:30 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-04 03:59:30 +0000 |
commit | 9ff452d82a0cdfa88cac320f317cbc72140019e9 (patch) | |
tree | 760c580535bf68717788904f18244fd36d4e8d91 /core | |
parent | f7f2fa10cd7f12364e06d8e0276528c8dda26a0f (diff) |
Fixed closing h1 tag.
Diffstat (limited to 'core')
-rw-r--r-- | core/views/admin_themes.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/admin_themes.html.php b/core/views/admin_themes.html.php index a075e2c8..cff6de7d 100644 --- a/core/views/admin_themes.html.php +++ b/core/views/admin_themes.html.php @@ -1,6 +1,6 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <div id="gThemes"> - <h1><?= _("Theme Administration") ?></h2> + <h1><?= _("Theme Administration") ?></h1> <p> <?= _("These are the themes in your system") ?> </p> |