removed xhtml strict todo comment - already fixed

This commit is contained in:
skodak 2007-01-22 16:03:34 +00:00
parent 44ded09781
commit c35e8b1c15

View file

@ -2815,9 +2815,7 @@ function print_continue($link, $return=false) {
} }
$output .= '<div class="continuebutton">'; $output .= '<div class="continuebutton">';
// MDL-7861, referer string might not be xhtml strict
// e.g. &amp;
$output .= print_single_button($link, NULL, get_string('continue'), 'post', $CFG->framename, true); $output .= print_single_button($link, NULL, get_string('continue'), 'post', $CFG->framename, true);
$output .= '</div>'."\n"; $output .= '</div>'."\n";