diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2006-09-28 13:23:28 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2006-09-28 13:23:28 +0100 |
| commit | 80e4dc34fd6673ab789560b6b8cee74293aa2401 (patch) | |
| tree | cca5655f9e684037f1d0fcffbe12de15a63554f8 /backend.php | |
| parent | 6b4163cb464534e827b4282f84541d86c8e19ec5 (diff) | |
css-based layout + required fixes (2)
Diffstat (limited to 'backend.php')
| -rw-r--r-- | backend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php index cfe322b72..75891208d 100644 --- a/backend.php +++ b/backend.php @@ -809,7 +809,7 @@ $class = "headlinesSubToolbar"; $tid = "headlineActionsTop"; } else { - $class = "invisible"; + $class = "headlinesSubToolbar"; $tid = "headlineActionsBottom"; } |