]> git.mjollnir.org Git - moodle.git/commitdiff
removed xhtml strict todo comment - already fixed
authorskodak <skodak>
Mon, 22 Jan 2007 16:03:34 +0000 (16:03 +0000)
committerskodak <skodak>
Mon, 22 Jan 2007 16:03:34 +0000 (16:03 +0000)
lib/weblib.php

index 6aaa10b93e00eaea5f2bc849a6abfbafd7e9cf51..faa99560227c4895e5394e0c3d4593817d7a88f9 100644 (file)
@@ -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. &amp;
-    
+
     $output .= print_single_button($link, NULL, get_string('continue'), 'post', $CFG->framename, true);
     $output .= '</div>'."\n";