From: Niklas Laxström Date: Mon, 27 Apr 2009 11:45:45 +0000 (+0000) Subject: * Wrapping inside

' creates too much space in search namespace selesction X-Git-Tag: 1.31.0-rc.0~41977 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=b98d0b724f625fbd87606d11ff1a62ca18f97ae1;p=lhc%2Fweb%2Fwiklou.git * Wrapping inside

' creates too much space in search namespace selesction --- diff --git a/includes/HTMLForm.php b/includes/HTMLForm.php index a2be6cc29c..42fca0eb42 100644 --- a/includes/HTMLForm.php +++ b/includes/HTMLForm.php @@ -670,7 +670,7 @@ class HTMLMultiSelectField extends HTMLFormField { array( 'id' => $this->mID."-$info", 'value' => $info ) ); $checkbox .= ' ' . Xml::tags( 'label', array( 'for' => $this->mID."-$info" ), $label ); - $html .= Xml::tags( 'p', null, $checkbox ); + $html .= $checkbox . '
'; } }