mirror of
https://github.com/moodle/moodle.git
synced 2025-04-28 11:55:58 +02:00
table tag typo
This commit is contained in:
parent
01eb4f5f21
commit
904d60d4d3
@ -61,9 +61,9 @@
|
||||
|
||||
?>
|
||||
<form action="exportfile.php" method="post">
|
||||
<table border="0" cellpadding="6" cellspacing="6" width="100%"><tr>
|
||||
<tr><td align="center">
|
||||
<input type="submit" value="<?php p($strexportfile)?>">
|
||||
<table border="0" cellpadding="6" cellspacing="6" width="100%">
|
||||
<tr><td align="center">
|
||||
<input type="submit" value="<?php p($strexportfile)?>">
|
||||
</td></tr></table>
|
||||
<input type="hidden" name="id" value="<?php p($id)?>" />
|
||||
<input type="hidden" name="l" value="<?php p($l)?>" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user