bug 829737

This commit is contained in:
Marc Delisle
2003-10-26 13:29:01 +00:00
parent 8ecd52efff
commit 52aca0914f
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ $Source$
2003-10-26 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php3: bug 830437, undefined $sql_order
* querywindow.php3: bug 829737, cosmetic change: added &nbsp; for
better display in Iconic 'both' mode
2003-10-24 Michal Cihar <nijel@users.sourceforge.net>
* lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).

View File

@@ -137,7 +137,7 @@ if ($cfg['PropertiesIconic'] == true) {
$titles['Change'] = $iconic_spacer . '<img hspace="7" width="12" height="13" src="images/button_edit.png" alt="' . $strChange . '" title="' . $strChange . '" border="0" />';
if ($propicon == 'both') {
$titles['Change'] .= '&nbsp;' . $strChange . '</nobr>';
$titles['Change'] .= '&nbsp;' . $strChange . '&nbsp;</nobr>';
}
} else {
$titles['Change'] = $strChange;