From 0b31a3b095ea325a7490589e6adedfbabb7ab52f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 24 Jul 2022 15:25:06 +0200 Subject: [PATCH] Fixed issue that page title were reformatted unintended. --- templates/_turbo_control.html.twig | 2 +- templates/base.html.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/_turbo_control.html.twig b/templates/_turbo_control.html.twig index d2dd967a..0cbf284e 100644 --- a/templates/_turbo_control.html.twig +++ b/templates/_turbo_control.html.twig @@ -15,4 +15,4 @@
{% endif %} -
\ No newline at end of file +
\ No newline at end of file diff --git a/templates/base.html.twig b/templates/base.html.twig index 848e8408..ca687fb2 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -25,7 +25,7 @@ {% apply trim %}{% block title %}{{ partdb_title}}{% endblock %}{% endapply %} - {% set page_title = block("title") %} + {% set current_page_title = block("title") %} {% block stylesheets %} {# Include the main bootstrap theme based on user/global setting #}