XHTML compliance, merged from STABLE

This commit is contained in:
gustav_delius 2005-06-24 13:02:32 +00:00
parent a6470d97ee
commit 9e20154488
2 changed files with 13 additions and 13 deletions

View file

@ -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\">&nbsp;</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>&nbsp;</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\">&nbsp;</font>".get_string("adminhelpmanagedatabase"));
}
print_table($table);