mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
FIxed some XHTML compliance ... Bug 2798
This commit is contained in:
parent
fa34f720d2
commit
c01f71d4a4
@ -598,7 +598,7 @@ function close_window_button($name='closewindow') {
|
||||
echo '<!--' . "\n";
|
||||
echo "document.write('<form>');\n";
|
||||
echo "document.write('<input type=\"button\" onclick=\"self.close();\" value=\"".get_string("closewindow")."\" />');\n";
|
||||
echo "document.write('</form>');\n";
|
||||
echo "document.write('<\/form>');\n";
|
||||
echo '-->' . "\n";
|
||||
echo '</script>' . "\n";
|
||||
echo '<noscript>' . "\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user