mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Slight, temporary fix for one thing caused by new print_simple_box (see bug 4943)
This commit is contained in:
parent
9ecf1c7727
commit
8e62501630
@ -371,7 +371,7 @@
|
||||
$table->wrap = array ("nowrap", "nowrap");
|
||||
$table->cellpadding = 5;
|
||||
$table->cellspacing = 0;
|
||||
$table->width = "40%";
|
||||
$table->width = '100%';
|
||||
|
||||
$configdata = '<div class="adminlink"><a href="config.php">'.get_string('configvariables', 'admin').
|
||||
'</a> - <span class="explanation">'.get_string('adminhelpconfigvariables').'</span></div>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user