mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-7861, fixing broken tags
This commit is contained in:
parent
0cdf34fb03
commit
c5f6db7a61
@ -264,7 +264,7 @@
|
||||
}
|
||||
echo "</table></td></tr>\n<tr><td align=\"left\">";
|
||||
lesson_print_add_links($cm->id, $page->id);
|
||||
echo "<tr><td>\n";
|
||||
echo "</td></tr><tr><td>\n";
|
||||
// check the prev links - fix (silently) if necessary - there was a bug in
|
||||
// versions 1 and 2 when add new pages. Not serious then as the backwards
|
||||
// links were not used in those versions
|
||||
@ -283,7 +283,7 @@
|
||||
$pageid = $page->nextpageid;
|
||||
echo "</td></tr>";
|
||||
}
|
||||
echo "</td></tr></table>";
|
||||
echo "</table>";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user