mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Strict on editing long files too
This commit is contained in:
parent
5a34b76be0
commit
819f239a81
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@
|
|||
foreach ($enstring as $key => $envalue) {
|
||||
$linescounter++ ;
|
||||
if (LANG_SUBMIT_REPEAT && $editable && $linescounter % LANG_SUBMIT_REPEAT_EVERY == 0) {
|
||||
echo '<tr><td colspan="2"> <td><br />';
|
||||
echo '<tr><td colspan="2"> </td><td><br />';
|
||||
echo ' <input type="submit" name="update" value="'.get_string('savechanges').': '.$currentfile.'" />';
|
||||
echo '<br /> </td></tr>';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue