mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Improved admin page titles, if card caption contains HTML.
This commit is contained in:
parent
a8786341d5
commit
ff7c1cddc7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
{% if entity.id is null %}
|
||||
{{ block("new_title") }}
|
||||
{% else %}
|
||||
{{ block("edit_title") }}
|
||||
{{ block("edit_title")|striptags }}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue