diff --git a/templates/columns_definitions/column_adjust_privileges.phtml b/templates/columns_definitions/column_adjust_privileges.phtml
index ee684eded1..265fe9e2e6 100644
--- a/templates/columns_definitions/column_adjust_privileges.phtml
+++ b/templates/columns_definitions/column_adjust_privileges.phtml
@@ -15,4 +15,4 @@
class="allow_null"
title="= __('You don\'t have sufficient privileges to perform this '
. 'operation; Please refer to the documentation for more details');?>"/>
-
+
\ No newline at end of file
diff --git a/templates/columns_definitions/column_attribute.phtml b/templates/columns_definitions/column_attribute.phtml
index ed1ce7468e..9bad584be0 100644
--- a/templates/columns_definitions/column_attribute.phtml
+++ b/templates/columns_definitions/column_attribute.phtml
@@ -25,4 +25,4 @@ $attribute = mb_strtoupper($attribute);
= $attribute_types[$j]; ?>
-
+
\ No newline at end of file
diff --git a/templates/columns_definitions/column_attributes.phtml b/templates/columns_definitions/column_attributes.phtml
index a84260d5b2..7fc1f14c0a 100644
--- a/templates/columns_definitions/column_attributes.phtml
+++ b/templates/columns_definitions/column_attributes.phtml
@@ -228,4 +228,4 @@ $ci_offset = -1;
'type_prefix' => 'input_',
)); ?>
-
+
\ No newline at end of file
diff --git a/templates/columns_definitions/column_auto_increment.phtml b/templates/columns_definitions/column_auto_increment.phtml
index 7906e4ae2f..e688ff6e7a 100644
--- a/templates/columns_definitions/column_auto_increment.phtml
+++ b/templates/columns_definitions/column_auto_increment.phtml
@@ -5,4 +5,4 @@
checked="checked"
type="checkbox"
- value="AUTO_INCREMENT" />
+ value="AUTO_INCREMENT" />
\ No newline at end of file
diff --git a/templates/columns_definitions/column_comment.phtml b/templates/columns_definitions/column_comment.phtml
index 6008a74e68..3233c4e007 100644
--- a/templates/columns_definitions/column_comment.phtml
+++ b/templates/columns_definitions/column_comment.phtml
@@ -7,4 +7,4 @@
htmlspecialchars($comments_map[$columnMeta['Field']])
: ''
?>"
- class="textfield" />
+ class="textfield" />
\ No newline at end of file
diff --git a/templates/columns_definitions/column_default.phtml b/templates/columns_definitions/column_default.phtml
index 3b43030866..2ef2fd9a37 100644
--- a/templates/columns_definitions/column_default.phtml
+++ b/templates/columns_definitions/column_default.phtml
@@ -48,4 +48,4 @@ if ($type_upper == 'BIT') {
size="12"
value="= htmlspecialchars($defaultValue); ?>"
class="textfield default_value" />
-
+
\ No newline at end of file
diff --git a/templates/columns_definitions/column_definitions_form.phtml b/templates/columns_definitions/column_definitions_form.phtml
index 737ddb67a0..7b459639dd 100644
--- a/templates/columns_definitions/column_definitions_form.phtml
+++ b/templates/columns_definitions/column_definitions_form.phtml
@@ -167,4 +167,4 @@ use PMA\libraries\StorageEngine;
-
+
\ No newline at end of file
diff --git a/templates/columns_definitions/column_extra.phtml b/templates/columns_definitions/column_extra.phtml
index 5a5991465b..d39268f535 100644
--- a/templates/columns_definitions/column_extra.phtml
+++ b/templates/columns_definitions/column_extra.phtml
@@ -4,4 +4,4 @@
checked="checked"
type="checkbox"
- value="auto_increment" />
+ value="auto_increment" />
\ No newline at end of file
diff --git a/templates/columns_definitions/column_indexes.phtml b/templates/columns_definitions/column_indexes.phtml
index 7d6f234a3d..94cf03aab2 100644
--- a/templates/columns_definitions/column_indexes.phtml
+++ b/templates/columns_definitions/column_indexes.phtml
@@ -27,4 +27,4 @@
= ((isset($columnMeta['Key']) && $columnMeta['Key'] == 'SPATIAL') ? 'selected="selected"' : '');?>>
SPATIAL
-
+
\ No newline at end of file
diff --git a/templates/columns_definitions/column_length.phtml b/templates/columns_definitions/column_length.phtml
index e54588ea73..dafd5d7b41 100644
--- a/templates/columns_definitions/column_length.phtml
+++ b/templates/columns_definitions/column_length.phtml
@@ -8,4 +8,4 @@
= __('Edit ENUM/SET values'); ?>
-
+
\ No newline at end of file
diff --git a/templates/columns_definitions/column_name.phtml b/templates/columns_definitions/column_name.phtml
index b5cc26ba5b..6d64b2effc 100644
--- a/templates/columns_definitions/column_name.phtml
+++ b/templates/columns_definitions/column_name.phtml
@@ -43,4 +43,4 @@ if (empty($title)) {
= __('Pick from Central Columns'); ?>
-
+
\ No newline at end of file
diff --git a/templates/columns_definitions/column_null.phtml b/templates/columns_definitions/column_null.phtml
index 41f918691e..72134ed310 100644
--- a/templates/columns_definitions/column_null.phtml
+++ b/templates/columns_definitions/column_null.phtml
@@ -5,4 +5,4 @@
type="checkbox"
value="NULL"
- class="allow_null"/>
+ class="allow_null"/>
\ No newline at end of file
diff --git a/templates/columns_definitions/column_type.phtml b/templates/columns_definitions/column_type.phtml
index 196e30c5c3..ae2527ea7c 100644
--- a/templates/columns_definitions/column_type.phtml
+++ b/templates/columns_definitions/column_type.phtml
@@ -5,4 +5,4 @@
disabled="disabled"
>
= PMA\libraries\Util::getSupportedDatatypes(true, $type_upper); ?>
-
+
\ No newline at end of file
diff --git a/templates/columns_definitions/column_virtuality.phtml b/templates/columns_definitions/column_virtuality.phtml
index 4b7d7c17dc..2255257a6f 100644
--- a/templates/columns_definitions/column_virtuality.phtml
+++ b/templates/columns_definitions/column_virtuality.phtml
@@ -45,4 +45,4 @@ if (isset($columnMeta['Expression'])) {
value="= htmlspecialchars($expression); ?>"
placeholder="= __('Expression'); ?>"
class="textfield expression" />
-
+
\ No newline at end of file
diff --git a/templates/columns_definitions/mime_type.phtml b/templates/columns_definitions/mime_type.phtml
index 4b93bae223..d0a6e9f860 100644
--- a/templates/columns_definitions/mime_type.phtml
+++ b/templates/columns_definitions/mime_type.phtml
@@ -14,4 +14,4 @@
-
+
\ No newline at end of file
diff --git a/templates/columns_definitions/move_column.phtml b/templates/columns_definitions/move_column.phtml
index 8058849c18..a4e07676e9 100644
--- a/templates/columns_definitions/move_column.phtml
+++ b/templates/columns_definitions/move_column.phtml
@@ -12,4 +12,4 @@
= sprintf(__('after %s'), PMA\libraries\Util::backquote(htmlspecialchars($move_columns[$mi]->name))); ?>
-
+
\ No newline at end of file
diff --git a/templates/columns_definitions/partitions.phtml b/templates/columns_definitions/partitions.phtml
index c58cb1e55a..3e08e0c752 100644
--- a/templates/columns_definitions/partitions.phtml
+++ b/templates/columns_definitions/partitions.phtml
@@ -168,4 +168,4 @@ $valueTypeOptions = array('', 'LESS THAN', 'LESS THAN MAXVALUE', 'IN');
-
+
\ No newline at end of file
diff --git a/templates/columns_definitions/table_fields_definitions.phtml b/templates/columns_definitions/table_fields_definitions.phtml
index 556e7ea99e..057c8bc03b 100644
--- a/templates/columns_definitions/table_fields_definitions.phtml
+++ b/templates/columns_definitions/table_fields_definitions.phtml
@@ -130,4 +130,4 @@
-
+
\ No newline at end of file
diff --git a/templates/columns_definitions/transformation.phtml b/templates/columns_definitions/transformation.phtml
index ab3539fd82..d12e996bca 100644
--- a/templates/columns_definitions/transformation.phtml
+++ b/templates/columns_definitions/transformation.phtml
@@ -24,4 +24,4 @@
-
+
\ No newline at end of file
diff --git a/templates/columns_definitions/transformation_option.phtml b/templates/columns_definitions/transformation_option.phtml
index 598f0e6472..91d97ca1a0 100644
--- a/templates/columns_definitions/transformation_option.phtml
+++ b/templates/columns_definitions/transformation_option.phtml
@@ -6,4 +6,4 @@
class="textfield"
value="= (isset($columnMeta['Field']) && isset($mime_map[$columnMeta['Field']][$options_key])) ?
htmlspecialchars($mime_map[$columnMeta['Field']], [$options_key])
- : '' ?>" />
+ : '' ?>" />
\ No newline at end of file
diff --git a/templates/components/error_message.phtml b/templates/components/error_message.phtml
index 153c30494b..2a67ea5ac4 100644
--- a/templates/components/error_message.phtml
+++ b/templates/components/error_message.phtml
@@ -1,4 +1,4 @@
= $msg; ?>
-
+
\ No newline at end of file
diff --git a/templates/database/create_table.phtml b/templates/database/create_table.phtml
index 64e160dc45..4599538527 100644
--- a/templates/database/create_table.phtml
+++ b/templates/database/create_table.phtml
@@ -20,4 +20,4 @@
-
+
\ No newline at end of file
diff --git a/templates/database/designer/aggregate_query_panel.phtml b/templates/database/designer/aggregate_query_panel.phtml
index 49ae5c4b79..ec00ee917c 100644
--- a/templates/database/designer/aggregate_query_panel.phtml
+++ b/templates/database/designer/aggregate_query_panel.phtml
@@ -81,4 +81,4 @@
-
+
\ No newline at end of file
diff --git a/templates/database/designer/database_tables.phtml b/templates/database/designer/database_tables.phtml
index 130072455f..ff0b3536bf 100644
--- a/templates/database/designer/database_tables.phtml
+++ b/templates/database/designer/database_tables.phtml
@@ -137,4 +137,4 @@
-
+
\ No newline at end of file
diff --git a/templates/database/designer/delete_relation_panel.phtml b/templates/database/designer/delete_relation_panel.phtml
index 589b8e612c..cc905015e3 100644
--- a/templates/database/designer/delete_relation_panel.phtml
+++ b/templates/database/designer/delete_relation_panel.phtml
@@ -44,4 +44,4 @@
-
+
\ No newline at end of file
diff --git a/templates/database/designer/edit_delete_pages.phtml b/templates/database/designer/edit_delete_pages.phtml
index c08d4c7bf4..9d39e4997b 100644
--- a/templates/database/designer/edit_delete_pages.phtml
+++ b/templates/database/designer/edit_delete_pages.phtml
@@ -8,4 +8,4 @@
= PMA_getHtmlForPageSelector($cfgRelation, $db); ?>
-
+
\ No newline at end of file
diff --git a/templates/database/designer/having_query_panel.phtml b/templates/database/designer/having_query_panel.phtml
index e8b05b5afb..2b268e8a3f 100644
--- a/templates/database/designer/having_query_panel.phtml
+++ b/templates/database/designer/having_query_panel.phtml
@@ -135,4 +135,4 @@
-
+
\ No newline at end of file
diff --git a/templates/database/designer/js_fields.phtml b/templates/database/designer/js_fields.phtml
index 260d7cc590..5e6338836f 100644
--- a/templates/database/designer/js_fields.phtml
+++ b/templates/database/designer/js_fields.phtml
@@ -7,4 +7,4 @@