mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 02:05:16 +02:00
Fixed issue that page title were reformatted unintended.
This commit is contained in:
parent
fa5f5bce28
commit
0b31a3b095
2 changed files with 2 additions and 2 deletions
|
@ -15,4 +15,4 @@
|
|||
<div {{ stimulus_controller('turbo/global_reload') }}></div>
|
||||
{% endif %}
|
||||
|
||||
<div class="d-none" data-title="{% apply title %}{{ page_title }}{% endapply %}" {{ stimulus_controller('turbo/title') }}></div>
|
||||
<div class="d-none" data-title="{% apply trim %}{{ current_page_title }}{% endapply %}" {{ stimulus_controller('turbo/title') }}></div>
|
Loading…
Add table
Add a link
Reference in a new issue