mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
[Alert Module] Fix HTML message (#3018)
Solve #2828 by adding nunjucks safe filter to the message Co-authored-by: Grena <grena@grenabox.fr> Co-authored-by: Veeck <github@veeck.de>
This commit is contained in:
@@ -14,5 +14,5 @@
|
||||
{% if title %}
|
||||
<br/>
|
||||
{% endif %}
|
||||
<span class="light bright small">{{ message }}</span>
|
||||
<span class="light bright small">{{ message | safe }}</span>
|
||||
{% endif %}
|
||||
|
@@ -5,5 +5,5 @@
|
||||
{% if title %}
|
||||
<br/>
|
||||
{% endif %}
|
||||
<span class="light bright small">{{ message }}</span>
|
||||
<span class="light bright small">{{ message | safe }}</span>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user