mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Fixed miossing divs
This commit is contained in:
parent
6153cf5800
commit
23586acab5
1 changed files with 3 additions and 1 deletions
|
@ -2480,7 +2480,9 @@ function format_admin_setting($class, $name, $title='', $form='', $description='
|
|||
' <span class="form-shortname">'.$name.'</span>'."\n".
|
||||
'</label>'."\n".
|
||||
$form."\n".
|
||||
'<div class="description">'.$description.'</div>'."\n\n";
|
||||
'<div class="description">'.$description.'</div>'."\n";
|
||||
'</div>'.
|
||||
"\n\n";
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue