mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-06 01:45:22 +00:00
Make sure notes always have a value, even when null #3823
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
{% if not rule.active %}
|
||||
class="text-muted"
|
||||
{% endif %}
|
||||
><br/>{{ rule.description|markdown }}</small>
|
||||
><br/>{{ rule.description|default('')|markdown }}</small>
|
||||
{% endif %}
|
||||
<small><br />{% if rule.strict %}<span class="text-danger">{{ 'rule_is_strict'|_ }}</span>{% else %}<span class="text-success">{{ 'rule_is_not_strict'|_ }}</span>{% endif %}</small>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user