summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/classes/cspan.inc.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-06 13:45:26 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-06 13:45:26 +0000
commit4b79250425757d15a3803d74f3fbe9c8cfe749eb (patch)
tree08f6e7a47ca0ea68d561ba982a77cece83a745b4 /frontends/php/include/classes/cspan.inc.php
parentbc87e8b5844d32a4b6367ca7ecc6aec56a1adf28 (diff)
- [DEV-127] improved system status widget in dashboard screen (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5456 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/classes/cspan.inc.php')
-rw-r--r--frontends/php/include/classes/cspan.inc.php8
1 files changed, 4 insertions, 4 deletions
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 = "";