From cb081dbbf700cef0138198869dff546cd6a98b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sat, 27 Apr 2002 07:46:58 +0000 Subject: [PATCH] codding standards --- tbl_properties.inc.php3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tbl_properties.inc.php3 b/tbl_properties.inc.php3 index b0ff416f6..0e3c42fca 100755 --- a/tbl_properties.inc.php3 +++ b/tbl_properties.inc.php3 @@ -106,7 +106,7 @@ for ($i = 0 ; $i < $num_fields; $i++) { if (strtoupper($type) == strtoupper($cfg['ColumnTypes'][$j])) { echo ' selected="selected"'; } - echo ">" . $cfg['ColumnTypes'][$j] . "\n"; + echo '>' . $cfg['ColumnTypes'][$j] . '' . "\n"; } // end for ?> @@ -145,7 +145,7 @@ for ($i = 0 ; $i < $num_fields; $i++) { if (strtoupper($strAttribute) == strtoupper($cfg['AttributeTypes'][$j])) { echo ' selected="selected"'; } - echo ">" . $cfg['AttributeTypes'][$j] . "\n"; + echo '>' . $cfg['AttributeTypes'][$j] . '' . "\n"; } ?>