From 52aca0914f4dd7a2a759d506a562cda80af91d24 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 26 Oct 2003 13:29:01 +0000 Subject: [PATCH] bug 829737 --- ChangeLog | 2 ++ querywindow.php3 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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;