From: skodak Date: Mon, 22 Jan 2007 16:03:34 +0000 (+0000) Subject: removed xhtml strict todo comment - already fixed X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c35e8b1c15d1ce5457ba114b746c0e83a2d7649d;p=moodle.git removed xhtml strict todo comment - already fixed --- 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";