From 9cef0c27e4c1d81f5aea60947c5377ac66e33cb2 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Tue, 10 Feb 2009 03:27:38 +0000 Subject: [PATCH] weblib: XHTML strict. --- lib/weblib.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/weblib.php b/lib/weblib.php index 39c740c225..8ea94d7957 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -1121,10 +1121,8 @@ function popup_form($baseurl, $options, $formid, $selected='', $nothing='choose' "\n//\n".''; - $output .= ''; } - - $output .= ''; + $output .= ''; if ($return) { return $output; -- 2.39.5