diff --git a/classes/HTML.php b/classes/HTML.php
index f4a1c66..4d5f283 100644
--- a/classes/HTML.php
+++ b/classes/HTML.php
@@ -75,7 +75,7 @@ class HTML extends Object
$label = $this->label($attributes['label']);
}
- return $label . $this->$method($attributes);
+ return $label . $this->$method($attributes, $contents);
}
else
{
diff --git a/jar.php b/jar.php
index a7af888..3b6f9bc 100755
--- a/jar.php
+++ b/jar.php
@@ -4234,7 +4234,7 @@ class HTML extends Object
$label = $this->label($attributes['label']);
}
- return $label . $this->$method($attributes);
+ return $label . $this->$method($attributes, $contents);
}
else
{