[ticket/17501] Remove not needed parentheses

PHPBB-17501
This commit is contained in:
Marc Alexander 2025-04-21 20:38:59 +02:00
parent 3a553f07bc
commit 3801eb0946
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -68,7 +68,7 @@
<!-- EVENT overall_header_stylesheets_after --> <!-- EVENT overall_header_stylesheets_after -->
{% if NOTIFICATIONS_WEBPUSH_ENABLE %} {% if NOTIFICATIONS_WEBPUSH_ENABLE %}
{% include('ucp_notifications_webpush.html') %} {% include 'ucp_notifications_webpush.html' %}
{% endif %} {% endif %}
</head> </head>
@ -83,7 +83,7 @@
<div class="headerbar" role="banner"> <div class="headerbar" role="banner">
{% include('navbar_header.html') %} {% include 'navbar_header.html' %}
<!-- EVENT overall_header_headerbar_before --> <!-- EVENT overall_header_headerbar_before -->
<div class="inner"> <div class="inner">