mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
removed xhtml strict todo comment - already fixed
This commit is contained in:
parent
44ded09781
commit
c35e8b1c15
1 changed files with 1 additions and 3 deletions
|
@ -2815,9 +2815,7 @@ function print_continue($link, $return=false) {
|
|||
}
|
||||
|
||||
$output .= '<div class="continuebutton">';
|
||||
// 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 .= '</div>'."\n";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue