diff --git a/modules/pref-labels.php b/modules/pref-labels.php index 540df97b1..d7352e5e8 100644 --- a/modules/pref-labels.php +++ b/modules/pref-labels.php @@ -35,12 +35,12 @@ print "
" . __("Colors") . "
"; print "
"; - print "
"; + print ""; print ""; - print "
".__("Foreground:")."".__("Background:"). "
"; + print "
"; $fg_color = $line['fg_color']; $bg_color = $line['bg_color'];