Do not hide the end tag in some other function

This commit is contained in:
Madhura Jayaratne 2012-08-01 22:26:01 +05:30
parent c2e22dd1ac
commit a2fc65637f

View File

@ -834,7 +834,7 @@ EOT;
);
unset($choices);
$html_output .= '</fieldset><br style="clear: both;"/></div></fieldset>';
$html_output .= '</fieldset><br style="clear: both;"/></div>';
return $html_output;
}
@ -1153,6 +1153,7 @@ EOT;
. '<div id="popup_background"></div>'
. '</fieldset>';
$html_output .= $this->_getOptions();
$html_output .= '</fieldset>';
}
/**