Strict on editing long files too

This commit is contained in:
moodler 2007-01-09 09:22:16 +00:00
parent 5a34b76be0
commit 819f239a81

View file

@ -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">&nbsp;<td><br />';
echo '<tr><td colspan="2">&nbsp;</td><td><br />';
echo ' <input type="submit" name="update" value="'.get_string('savechanges').': '.$currentfile.'" />';
echo '<br />&nbsp;</td></tr>';
}