From c6813ad91b89f80580ad84ad096fcf041b85597e Mon Sep 17 00:00:00 2001
From: jakubvrana
Date: Tue, 2 Mar 2010 16:33:28 +0000
Subject: [PATCH] IE8 spaces
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1337 7c3ca157-0c34-0410-bff1-cbf682f78f5c
---
adminer/create.inc.php | 1 -
adminer/dump.inc.php | 2 +-
adminer/foreign.inc.php | 1 -
adminer/include/adminer.inc.php | 2 +-
adminer/include/editing.inc.php | 2 +-
adminer/static/default.css | 2 +-
6 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/adminer/create.inc.php b/adminer/create.inc.php
index 51ce06c7..50ce9dda 100644
--- a/adminer/create.inc.php
+++ b/adminer/create.inc.php
@@ -164,7 +164,6 @@ foreach ($engines as $engine) {
"(" . lang('engine') . ")") + $engines, $row["Engine"]) : ""); ?>
"(" . lang('collation') . ")") + $collations, $row["Collation"]); ?>
-
diff --git a/adminer/dump.inc.php b/adminer/dump.inc.php
index 143fb20c..12336c56 100644
--- a/adminer/dump.inc.php
+++ b/adminer/dump.inc.php
@@ -161,7 +161,7 @@ echo "" . lang('Tables') . " | " . html_select('table_style', $table_st
echo " |
---|
" . lang('Data') . " | " . html_select('data_style', $data_style, 'INSERT');
?>
-
+
:
-
| |
diff --git a/adminer/include/adminer.inc.php b/adminer/include/adminer.inc.php
index aa0dc425..d853253c 100644
--- a/adminer/include/adminer.inc.php
+++ b/adminer/include/adminer.inc.php
@@ -126,7 +126,7 @@ class Adminer {
* @return string
*/
function selectQuery($query) {
- return "" . h($query) . " " . lang('Edit') . " \n";
+ return "" . h($query) . " " . lang('Edit') . "\n";
}
/** Description of a row in a table
diff --git a/adminer/include/editing.inc.php b/adminer/include/editing.inc.php
index 8f4babe9..289df78b 100644
--- a/adminer/include/editing.inc.php
+++ b/adminer/include/editing.inc.php
@@ -111,7 +111,7 @@ function edit_type($key, $field, $collations, $foreign_keys = array()) {
| " size="3" onfocus="editingLengthFocus(this);"> | | |
---|