diff options
Diffstat (limited to 'frontends/php/include/classes/cspan.inc.php')
| -rw-r--r-- | frontends/php/include/classes/cspan.inc.php | 8 |
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 = ""; |
