From 8825127fcbc9801837e89e4fcd19e6c6a72d5740 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Thu, 7 Aug 2008 08:14:32 +0000 Subject: [PATCH] Position vertical line git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@435 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- schema.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.inc.php b/schema.inc.php index cf8e2e07..d9db282d 100644 --- a/schema.inc.php +++ b/schema.inc.php @@ -167,7 +167,7 @@ foreach ($schema as $name => $table) { $min_pos = min($min_pos, $pos1, $pos2); $max_pos = max($max_pos, $pos1, $pos2); } - echo "
\n"; + echo "
\n"; } } }