From 36d6be998f093acca472555ad08022c500a049ff Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Wed, 18 Jul 2007 10:18:46 +0000 Subject: [PATCH] Lines pointing to the edge git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@221 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- schema.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema.inc.php b/schema.inc.php index aac45aa9..1b60cdde 100644 --- a/schema.inc.php +++ b/schema.inc.php @@ -54,8 +54,8 @@ foreach ($schema as $name => $table) { $pos2 = $positions[$target_name][$target]; $min_pos = min($min_pos, $pos1, $pos2); $max_pos = max($max_pos, $pos1, $pos2); - echo "
\n"; - echo "
\n"; + echo "
\n"; + echo "
\n"; } echo "
\n"; $left -= 2;