From: Jakub Vrana Date: Sun, 16 Mar 2025 08:10:43 +0000 (+0100) Subject: Do not align right non-numbers, e.g. NULL or foreign keys X-Git-Tag: v5.0.6~34 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=26769b23570eaa5f664aeddc4bd30f5b03414714;p=adminer.git Do not align right non-numbers, e.g. NULL or foreign keys --- diff --git a/adminer/select.inc.php b/adminer/select.inc.php index 83122c6e..cc3a808a 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -453,7 +453,7 @@ if (!$columns && support("table")) { $value = $_POST["val"][$unique_idf][bracket_escape($key)]; $editable = !is_array($row[$key]) && is_utf8($val) && $rows[$n][$key] == $row[$key] && !$functions[$key] && !$field["generated"]; $text = preg_match('~text|json|lob~', $field["type"]); - echo "" . ($text ? "" : "");