From 37a3411c121f7962611b214a60697c47614ed565 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Fri, 1 Feb 2013 15:14:35 -0500 Subject: [PATCH] Dropped
around inputs --- classes/HTML.php | 2 +- jar.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {