mirror of
https://github.com/vrana/adminer.git
synced 2025-08-22 06:02:57 +02:00
Fix whitespace
This commit is contained in:
@@ -461,7 +461,7 @@ ORDER BY ORDINAL_POSITION", null, "") as $row) { //! requires MySQL 5
|
||||
if ($options !== null) {
|
||||
return (is_array($options)
|
||||
? "<select$attrs>" . optionlist($options, $value, true) . "</select>"
|
||||
: "<input value='" . h($value) . "'$attrs class='hidden'>"
|
||||
: "<input value='" . h($value) . "'$attrs class='hidden'>"
|
||||
. "<input value='" . h($options) . "' class='jsonly'>"
|
||||
. "<div></div>"
|
||||
. script("qsl('input').oninput = partial(whisper, '" . ME . "script=complete&source=" . urlencode($table) . "&field=" . urlencode($field["field"]) . "&value=');
|
||||
|
Reference in New Issue
Block a user