mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed
This commit is contained in:
parent
c0fe837eeb
commit
60af27037b
44 changed files with 197 additions and 197 deletions
|
@ -12,9 +12,9 @@
|
|||
?></td>
|
||||
<td><?PHP print_string("configshowtimes", "hotpot") ?></td>
|
||||
</tr>
|
||||
<tr valign=top>
|
||||
<tr valign="top">
|
||||
<td align="right"><p>hotpot_excelencodings:</p></td>
|
||||
<td><input name=hotpot_excelencodings type=text size=30 value="<?PHP p($CFG->hotpot_excelencodings) ?>" /></td>
|
||||
<td><input name="hotpot_excelencodings" type="text" size="30" value="<?PHP p($CFG->hotpot_excelencodings) ?>" /></td>
|
||||
<td><?PHP print_string("configexcelencodings", "hotpot") ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue