diff --git a/tbl_properties.inc.php b/tbl_properties.inc.php
index fae50acf2..a999ff6b8 100644
--- a/tbl_properties.inc.php
+++ b/tbl_properties.inc.php
@@ -99,11 +99,11 @@ $header_cells[] = $strExtra;
// key fields, as tbl_addfield does.
if (!$is_backup) {
- $header_cells[] = $cfg['PropertiesIconic'] ? '
' : $strPrimary;
- $header_cells[] = $cfg['PropertiesIconic'] ? '
' : $strIndex;
- $header_cells[] = $cfg['PropertiesIconic'] ? '
' : $strUnique;
+ $header_cells[] = $cfg['PropertiesIconic'] ? '
' : $strPrimary;
+ $header_cells[] = $cfg['PropertiesIconic'] ? '
' : $strIndex;
+ $header_cells[] = $cfg['PropertiesIconic'] ? '
' : $strUnique;
$header_cells[] = '---';
- $header_cells[] = $cfg['PropertiesIconic'] ? '
' : $strIdxFulltext;
+ $header_cells[] = $cfg['PropertiesIconic'] ? '
' : $strIdxFulltext;
}