summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-11-09 12:04:58 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-11-09 12:04:58 +0000
commit8c8111c6fc0c3872c8bdd862ef188bd2f26c2286 (patch)
tree937879ed737c7e119ccd7974f9166120ddbf5049 /templates
parent44dd790859458de46b0d480400753385ecfaf85a (diff)
downloadthemes-8c8111c6fc0c3872c8bdd862ef188bd2f26c2286.tar.gz
themes-8c8111c6fc0c3872c8bdd862ef188bd2f26c2286.tar.bz2
themes-8c8111c6fc0c3872c8bdd862ef188bd2f26c2286.zip
fix header closing tag
Diffstat (limited to 'templates')
-rw-r--r--templates/admin_themes_manager.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_themes_manager.tpl b/templates/admin_themes_manager.tpl
index 43c64b8..a0e848c 100644
--- a/templates/admin_themes_manager.tpl
+++ b/templates/admin_themes_manager.tpl
@@ -111,7 +111,7 @@
{$s.style_info.description}
- <h3>{tr}Sample icons{/tr}</h2>
+ <h3>{tr}Sample icons{/tr}</h3>
{foreach from=$sampleIcons item=icon}
{biticon ipackage=icons istyle=$s.style iname="large/$icon" iexplain=$icon}
{/foreach}