From c35e8b1c15d1ce5457ba114b746c0e83a2d7649d Mon Sep 17 00:00:00 2001 From: skodak Date: Mon, 22 Jan 2007 16:03:34 +0000 Subject: [PATCH] removed xhtml strict todo comment - already fixed --- lib/weblib.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/weblib.php b/lib/weblib.php index 6aaa10b93e..faa9956022 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -2815,9 +2815,7 @@ function print_continue($link, $return=false) { } $output .= '
'; - // MDL-7861, referer string might not be xhtml strict - // e.g. & - + $output .= print_single_button($link, NULL, get_string('continue'), 'post', $CFG->framename, true); $output .= '
'."\n"; -- 2.39.5