From ea1641a633e7be8f272c48bc48607ef752bb3b87 Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 7 Mar 2013 22:44:15 -0800 Subject: [PATCH] Footer styling fix --- e107_themes/templates/footer_default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_themes/templates/footer_default.php b/e107_themes/templates/footer_default.php index 53382f582..70f1eb94c 100644 --- a/e107_themes/templates/footer_default.php +++ b/e107_themes/templates/footer_default.php @@ -321,7 +321,7 @@ unset($uclist, $bcache); if(!deftrue('e_POWEREDBY_DISABLE')) { // No IDs or Classes - hinder js disable. - echo "
Proudly powered by e107
"; + echo "
Proudly powered by e107
"; } echo "";