From e7d4ae42a152bc777e380e6b19439484a8ac08f5 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Thu, 11 Jun 2009 17:24:10 +0000 Subject: [PATCH] Separate columns git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@673 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- indexes.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indexes.inc.php b/indexes.inc.php index 6cad95a4..c8c3f3b8 100644 --- a/indexes.inc.php +++ b/indexes.inc.php @@ -73,7 +73,7 @@ foreach ($row["indexes"] as $index) { ksort($index["columns"]); foreach ($index["columns"] as $i => $column) { echo ""; - echo "\n"; + echo " \n"; } echo "\n"; $j++;