From f839cefb35c574c2a38ae1bf3ed61608c49b541f Mon Sep 17 00:00:00 2001 From: CaMer0n Date: Mon, 6 Jul 2009 06:46:12 +0000 Subject: [PATCH] minor css issue --- e107_handlers/theme_handler.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_handlers/theme_handler.php b/e107_handlers/theme_handler.php index c69a9ef63..5ba17c0bf 100644 --- a/e107_handlers/theme_handler.php +++ b/e107_handlers/theme_handler.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_handlers/theme_handler.php,v $ -| $Revision: 1.18 $ -| $Date: 2009-07-06 06:42:04 $ +| $Revision: 1.19 $ +| $Date: 2009-07-06 06:46:12 $ | $Author: e107coders $ +----------------------------------------------------------------------------+ */ @@ -398,7 +398,7 @@ class themeHandler{ $var = call_user_func($this->id."_config"); foreach($var as $val) { - $text .= "".$val['caption'].":".$val['html'].""; + $text .= "".$val['caption'].":".$val['html'].""; } return $text; }