From c94eac4a4ecfea8f7cbb75939f6380e7659b8013 Mon Sep 17 00:00:00 2001 From: skodak Date: Wed, 3 Jan 2007 22:54:54 +0000 Subject: [PATCH] MDL-7861 Strict XHTML 1.0 - popup_form() fixes (added div and $formname parameter changed to $formid) - fixed typo :-( --- lib/weblib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.39.5