diff --git a/sql.php b/sql.php
index dd4e8a4ef..184838300 100644
--- a/sql.php
+++ b/sql.php
@@ -713,7 +713,7 @@ else {
. '&goto=' . urlencode($lnk_goto);
echo ' ' . "\n"
- . ' ' . ($cfg['PropertiesIconic'] ? '' : '') . $strInsertNewRow . '';
+ . ' ' . ($cfg['PropertiesIconic'] ? '
' : '') . $strInsertNewRow . '';
if ($disp_mode[9] == '1') {
echo ' ';
}
@@ -734,14 +734,14 @@ else {
. ' '
- . ($cfg['PropertiesIconic'] ? '
' : '')
+ . ($cfg['PropertiesIconic'] ? '
' : '')
. $strPrintView . '' . "\n";
if (!$dontlimitchars) {
echo ' ' . "\n"
. ' '
- . ($cfg['PropertiesIconic'] ? '
' : '')
+ . ($cfg['PropertiesIconic'] ? '
' : '')
. $strPrintViewFull . ' ' . "\n";
}
} // end displays "printable view"
@@ -764,7 +764,7 @@ else {
. '&unlim_num_rows=' . $unlim_num_rows
. $single_table
. '">'
- . ($cfg['PropertiesIconic'] ? '
' : '')
+ . ($cfg['PropertiesIconic'] ? '
' : '')
. $strExport . '' . "\n";
}
@@ -791,12 +791,12 @@ else {
echo ' ' . $strOr . '' . "\n";
}else echo '
';
?>
+