mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-8290, fix for broken plugins
This commit is contained in:
parent
74a344bf3b
commit
537ea84763
11 changed files with 114 additions and 114 deletions
|
@ -9,7 +9,7 @@ if (is_array($mnethosts)) {
|
|||
$servercount = count(array_keys($mnethosts));
|
||||
}
|
||||
?>
|
||||
<table cellspacing="0" cellpadding="5" border="0" align="center">
|
||||
<table cellspacing="0" cellpadding="5" border="0" class="boxaligncenter">
|
||||
|
||||
<tr valign="top">
|
||||
<th align="center" colspan="3">Local courses for external users:</th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue