diff --git a/templates/Form/FilterTypesLayout.html.twig b/templates/Form/FilterTypesLayout.html.twig
index 2be7e55c..70927d57 100644
--- a/templates/Form/FilterTypesLayout.html.twig
+++ b/templates/Form/FilterTypesLayout.html.twig
@@ -46,7 +46,7 @@
{% block parameter_constraint_widget %}
{% import 'components/collection_type.macro.html.twig' as collection %}
-
+
{{ form_widget(form.name, {"attr": {"data-pages--parameters-autocomplete-target": "name"}}) }} |
{{ form_widget(form.symbol, {"attr": {"data-pages--parameters-autocomplete-target": "symbol", "data-pages--latex-preview-target": "input"}}) }} |
{{ form_widget(form.value) }} |
diff --git a/templates/Parts/edit/edit_form_styles.html.twig b/templates/Parts/edit/edit_form_styles.html.twig
index c0e12ed1..2a3567c5 100644
--- a/templates/Parts/edit/edit_form_styles.html.twig
+++ b/templates/Parts/edit/edit_form_styles.html.twig
@@ -67,7 +67,7 @@
{% block parameter_widget %}
{% import 'components/collection_type.macro.html.twig' as collection %}
-
+
{{ form_widget(form.name, {"attr": {"data-pages--parameters-autocomplete-target": "name"}}) }}{{ form_errors(form.name) }} |
{{ form_widget(form.symbol, {"attr": {"data-pages--parameters-autocomplete-target": "symbol", "data-pages--latex-preview-target": "input"}}) }}{{ form_errors(form.symbol) }} |
{{ form_widget(form.value_min) }}{{ form_errors(form.value_min) }} |
diff --git a/templates/components/datatables.macro.html.twig b/templates/components/datatables.macro.html.twig
index ccf3ba95..b1b9d14a 100644
--- a/templates/components/datatables.macro.html.twig
+++ b/templates/components/datatables.macro.html.twig
@@ -24,7 +24,7 @@
data-delete-message="{% trans %}part_list.action.delete-message{% endtrans %}">
-
+
diff --git a/templates/components/history_log_macros.html.twig b/templates/components/history_log_macros.html.twig
index 2911977a..f3481305 100644
--- a/templates/components/history_log_macros.html.twig
+++ b/templates/components/history_log_macros.html.twig
@@ -17,7 +17,7 @@
{{ stimulus_controller('elements/delete_btn') }} {{ stimulus_action('elements/delete_btn', "submit", "submit") }}
data-delete-title="{% trans %}log.undo.confirm_title{% endtrans %}"
data-delete-message="{% trans %}log.undo.confirm_message{% endtrans %}">
-
+
{{ datatables.logDataTable(datatable, tag) }}