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

@@ -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;