1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 14:13:03 +02:00

More table-row highlighting fixes.

This commit is contained in:
Cameron
2013-04-30 00:20:49 -07:00
parent 7c7c417f7f
commit d5b572d925
4 changed files with 10 additions and 24 deletions

View File

@@ -689,7 +689,8 @@ class e_admin_response
$glue = deftrue('SEP',' - '); // Defined by admin theme. // admin-ui used only by bootstrap.
return $head. implode($glue, $content).$foot;
return implode($glue, $content);
// return $head. implode($glue, $content).$foot;
}
/**