The branch, master has been updated via 1cc51458b50229117028de2cfda8aad994fcfec6 (commit) from 23e6edf8d243996de15006245fa86f575f43a671 (commit)
- Log ----------------------------------------------------------------- commit 1cc51458b50229117028de2cfda8aad994fcfec6 Author: Piotr Przybylski piotrprz@gmail.com Date: Wed Apr 27 20:40:19 2011 +0200
Class for styling database groups
-----------------------------------------------------------------------
Summary of changes: libraries/List_Database.class.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libraries/List_Database.class.php b/libraries/List_Database.class.php index 3354a1e..c29cc9d 100644 --- a/libraries/List_Database.class.php +++ b/libraries/List_Database.class.php @@ -371,7 +371,7 @@ require_once './libraries/List.class.php'; $return = '<ul id="databaseList" xml:lang="en" dir="ltr">' . "\n"; foreach ($this->getGroupedDetails($offset, $count) as $group => $dbs) { if (count($dbs) > 1) { - $return .= '<li><span>' . htmlspecialchars($group) . '</span><ul>' . "\n"; + $return .= '<li class="group"><span>' . htmlspecialchars($group) . '</span><ul>' . "\n"; // whether display db_name cut by the group part $cut = true; } else {
hooks/post-receive