From f17df2e6be37f0d7a25e7e594fb0116785b46e6d Mon Sep 17 00:00:00 2001 From: sarven Date: Thu, 15 Jan 2009 23:59:43 +0000 Subject: notice_favorite class submit doesn't need a paragraph wrapper --- lib/htmloutputter.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/htmloutputter.php') diff --git a/lib/htmloutputter.php b/lib/htmloutputter.php index 75a995bef..eb8a612e4 100644 --- a/lib/htmloutputter.php +++ b/lib/htmloutputter.php @@ -324,13 +324,11 @@ class HTMLOutputter extends XMLOutputter function submit($id, $label, $cls='submit', $name=null) { - $this->elementStart('p'); $this->element('input', array('type' => 'submit', 'id' => $id, 'name' => ($name) ? $name : $id, 'class' => $cls, 'value' => $label)); - $this->elementEnd('p'); } /** -- cgit v1.2.3-54-g00ecf