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/Parts/info/_projects.html.twig b/templates/Parts/info/_projects.html.twig
index 0538347a..274de3f0 100644
--- a/templates/Parts/info/_projects.html.twig
+++ b/templates/Parts/info/_projects.html.twig
@@ -17,7 +17,7 @@
{# @var bom_entry App\Entity\Project\ProjectBOMEntry #}
{% if bom_entry.project.masterPictureAttachment is not null %}{{ attachments.attachment_icon(bom_entry.project.masterPictureAttachment, attachment_manager) }}{% endif %}
- {{ bom_entry.project.name }} {# Name #}
+ {{ bom_entry.project.name }} {# Name #}
{{ bom_entry.project.description|format_markdown }} {# Description #}
{{ bom_entry.quantity | format_amount(part.partUnit) }}
{% for tag in bom_entry.mountnames|split(',') %}
diff --git a/templates/components/datatables.macro.html.twig b/templates/components/datatables.macro.html.twig
index c65600e7..d6aa19cd 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) }}