From: skodak Date: Wed, 3 Jan 2007 22:54:54 +0000 (+0000) Subject: MDL-7861 Strict XHTML 1.0 - popup_form() fixes (added div and $formname parameter... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c94eac4a4ecfea8f7cbb75939f6380e7659b8013;p=moodle.git MDL-7861 Strict XHTML 1.0 - popup_form() fixes (added div and $formname parameter changed to $formid) - fixed typo :-( --- diff --git a/lib/weblib.php b/lib/weblib.php index 85fcab2cdf..036b127d24 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -964,7 +964,7 @@ function popup_form($common, $options, $formid, $selected='', $nothing='choose', ' id="'.$formid.'"'. ' class="popupform">'; - $output = '
'."\n"; if ($nothing != '') { $output .= " \n";