fix wrongly-escaping of some form-field values

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-10-18 08:57:34 +02:00
parent c91047bb62
commit 3e931443f7
2 changed files with 5 additions and 5 deletions

View File

@@ -280,7 +280,7 @@
{% endif %}
{% if (get_setting('admin.show_news_feed') == 1 and userinfo.adminsession == 1) or (get_setting('customer.show_news_feed') == 1 and userinfo.adminsession == 0) %}
<div id="newsfeed" class="card"{% if userinfo.adminsession == 0 %}data-role="customer"{% endif %}>
<div id="newsfeed" class="card"{% if userinfo.adminsession == 0 %} data-role="customer"{% endif %}>
<div class="card-header">
<i class="fa-solid fa-info-circle me-1"></i>
{% if get_setting('customer.news_feed_url') is empty %}Froxlor {% endif %}Newsfeed