mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
XHTML compliance, merged from STABLE
This commit is contained in:
parent
a6470d97ee
commit
9e20154488
2 changed files with 13 additions and 13 deletions
|
@ -409,8 +409,8 @@
|
|||
$table->data[] = array("<font size=\"+1\"><b><a href=\"../files/index.php?id=$site->id\">".get_string("sitefiles")."</a></b></font>",
|
||||
"<font size=\"+1\"> </font>".get_string("adminhelpsitefiles"));
|
||||
if (file_exists("$CFG->dirroot/$CFG->admin/$CFG->dbtype")) {
|
||||
$table->data[] = array("<font size=+1><b><a href=\"$CFG->dbtype/frame.php\">".get_string("managedatabase")."</a></b></font>",
|
||||
"<font size=+1> </font>".get_string("adminhelpmanagedatabase"));
|
||||
$table->data[] = array("<font size=\"+1\"><b><a href=\"$CFG->dbtype/frame.php\">".get_string("managedatabase")."</a></b></font>",
|
||||
"<font size=\"+1\"> </font>".get_string("adminhelpmanagedatabase"));
|
||||
}
|
||||
|
||||
print_table($table);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue