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:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user