From 4b79250425757d15a3803d74f3fbe9c8cfe749eb Mon Sep 17 00:00:00 2001 From: artem Date: Thu, 6 Mar 2008 13:45:26 +0000 Subject: - [DEV-127] improved system status widget in dashboard screen (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5456 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/classes/cspan.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'frontends/php/include/classes/cspan.inc.php') diff --git a/frontends/php/include/classes/cspan.inc.php b/frontends/php/include/classes/cspan.inc.php index 9ef2e068..7242fa8d 100644 --- a/frontends/php/include/classes/cspan.inc.php +++ b/frontends/php/include/classes/cspan.inc.php @@ -27,12 +27,12 @@ parent::CTag("span","yes"); $this->SetClass($class); $this->AddItem($items); - $this->tag_body_start = ""; - + + $this->tag_body_start = ""; $this->tag_start= ""; $this->tag_end = ""; $this->tag_body_start = ""; - $this->tag_body_end = ""; + $this->tag_body_end = ""; } } @@ -44,8 +44,8 @@ parent::CTag("div","yes"); $this->SetClass($class); $this->AddItem($items); - $this->tag_body_start = ""; + $this->tag_body_start = ""; $this->tag_start= ""; $this->tag_end = ""; $this->tag_body_start = ""; -- cgit