diff --git a/ChangeLog b/ChangeLog index 6304e7f52..4c6650a97 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ $Source$ 2003-10-26 Marc Delisle * libraries/display_tbl.lib.php3: bug 830437, undefined $sql_order + * querywindow.php3: bug 829737, cosmetic change: added   for + better display in Iconic 'both' mode 2003-10-24 Michal Cihar * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz). diff --git a/querywindow.php3 b/querywindow.php3 index 6fee6d05c..bb2eb2895 100644 --- a/querywindow.php3 +++ b/querywindow.php3 @@ -137,7 +137,7 @@ if ($cfg['PropertiesIconic'] == true) { $titles['Change'] = $iconic_spacer . '' . $strChange . ''; if ($propicon == 'both') { - $titles['Change'] .= ' ' . $strChange . ''; + $titles['Change'] .= ' ' . $strChange . ' '; } } else { $titles['Change'] = $strChange;