From 26e8ab97b7908cde30d7fd8064d1e75ebaea4279 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Fri, 30 Oct 2009 16:25:36 +0000 Subject: [PATCH] Close because of white-space: pre git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1221 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- adminer/select.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/select.inc.php b/adminer/select.inc.php index e39ca08b..e537193e 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -242,7 +242,7 @@ if (!$columns) { } } $adminer->backwardKeysPrint($backward_keys, $rows[$n]); - echo "\n"; + echo "\n"; // close to allow white-space: pre } echo "\n";