From: jakubvrana Date: Mon, 4 Aug 2008 13:53:54 +0000 (+0000) Subject: Superfluous default values X-Git-Tag: v3.0.0~1083 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=ce75d75b8014bec285844be25fba565f99a866cf;p=adminer.git Superfluous default values git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@433 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- diff --git a/select.inc.php b/select.inc.php index 1940078c..f373e818 100644 --- a/select.inc.php +++ b/select.inc.php @@ -144,8 +144,8 @@ function add_row(field) { } "; - echo ""; + echo "
"; + echo ""; echo "
\n"; echo "\n"; @@ -158,7 +158,7 @@ function add_row(field) { $i++; } } - echo "
"; + echo "
"; echo "
\n"; echo "\n";