Be valid XHTML.
This commit is contained in:
@@ -176,7 +176,7 @@ if ($cfg['PropertiesIconic'] == true) {
|
||||
$propicon = (string)$cfg['PropertiesIconic'];
|
||||
|
||||
if ($propicon == 'both') {
|
||||
$iconic_spacer = '<nobr>';
|
||||
$iconic_spacer = '<div class="nowrap">';
|
||||
} else {
|
||||
$iconic_spacer = '';
|
||||
}
|
||||
@@ -192,15 +192,15 @@ if ($cfg['PropertiesIconic'] == true) {
|
||||
$titles['NoEmpty'] = $iconic_spacer . '<img hspace="7" width="11" height="13" src="images/button_noempty.png" alt="' . $strEmpty . '" title="' . $strEmpty . '" border="0" />';
|
||||
|
||||
if ($propicon == 'both') {
|
||||
$titles['Browse'] .= ' ' . $strBrowse . '</nobr>';
|
||||
$titles['Search'] .= ' ' . $strSearch . '</nobr>';
|
||||
$titles['NoBrowse'] .= ' ' . $strBrowse . '</nobr>';
|
||||
$titles['NoSearch'] .= ' ' . $strSearch . '</nobr>';
|
||||
$titles['Insert'] .= ' ' . $strInsert . '</nobr>';
|
||||
$titles['Properties'] .= ' ' . $strProperties . '</nobr>';
|
||||
$titles['Drop'] .= ' ' . $strDrop . '</nobr>';
|
||||
$titles['Empty'] .= ' ' . $strEmpty . '</nobr>';
|
||||
$titles['NoEmpty'] .= ' ' . $strEmpty . '</nobr>';
|
||||
$titles['Browse'] .= ' ' . $strBrowse . '</div>';
|
||||
$titles['Search'] .= ' ' . $strSearch . '</div>';
|
||||
$titles['NoBrowse'] .= ' ' . $strBrowse . '</div>';
|
||||
$titles['NoSearch'] .= ' ' . $strSearch . '</div>';
|
||||
$titles['Insert'] .= ' ' . $strInsert . '</div>';
|
||||
$titles['Properties'] .= ' ' . $strProperties . '</div>';
|
||||
$titles['Drop'] .= ' ' . $strDrop . '</div>';
|
||||
$titles['Empty'] .= ' ' . $strEmpty . '</div>';
|
||||
$titles['NoEmpty'] .= ' ' . $strEmpty . '</div>';
|
||||
}
|
||||
} else {
|
||||
$titles['Browse'] = $strBrowse;
|
||||
|
Reference in New Issue
Block a user