From 8c02c01831c2f0dcd8086844c8f74c0975f8661c Mon Sep 17 00:00:00 2001 From: Gautham Warrier Date: Sun, 16 Nov 2014 11:55:09 +0530 Subject: [PATCH] Fix UTF8 charset not set in Static Generated content --- templates/default/default.tpl | 1 + templates/default/error.tpl | 1 + 2 files changed, 2 insertions(+) diff --git a/templates/default/default.tpl b/templates/default/default.tpl index cdfb282..147e8b3 100644 --- a/templates/default/default.tpl +++ b/templates/default/default.tpl @@ -78,6 +78,7 @@ <?php echo $page['title']; ?> + diff --git a/templates/default/error.tpl b/templates/default/error.tpl index d44de18..d05a0d0 100644 --- a/templates/default/error.tpl +++ b/templates/default/error.tpl @@ -46,6 +46,7 @@ <?php echo $page['title']; ?> +