diff --git a/classes/HTML.php b/classes/HTML.php
index 87ff086..0bc4207 100644
--- a/classes/HTML.php
+++ b/classes/HTML.php
@@ -72,7 +72,7 @@ class HTML extends Object
unset($attributes['label']);
- return $label . $this->element('div', $this->$method($attributes));
+ return $label . $this->$method($attributes);
}
else
{
diff --git a/jar.php b/jar.php
index a7fc6ad..b84b131 100755
--- a/jar.php
+++ b/jar.php
@@ -4231,7 +4231,7 @@ class HTML extends Object
unset($attributes['label']);
- return $label . $this->element('div', $this->$method($attributes));
+ return $label . $this->$method($attributes);
}
else
{