mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
XHTML strict.
This commit is contained in:
parent
8e47233775
commit
b1bc88dbb3
1 changed files with 1 additions and 1 deletions
|
@ -49,8 +49,8 @@
|
||||||
onClick="return set_value(getElementById('myform').myfile.value)">
|
onClick="return set_value(getElementById('myform').myfile.value)">
|
||||||
<input type="button" value="<?php print_string('cancel') ?>"
|
<input type="button" value="<?php print_string('cancel') ?>"
|
||||||
onClick="window.close()">
|
onClick="window.close()">
|
||||||
</form>
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
print_footer('empty');
|
print_footer('empty');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue