From: jakubvrana Date: Thu, 7 Aug 2008 08:14:32 +0000 (+0000) Subject: Position vertical line X-Git-Tag: v3.0.0~1081 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=8825127fcbc9801837e89e4fcd19e6c6a72d5740;p=adminer.git Position vertical line git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@435 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- 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"; } } }