fix sunday being first day of week (#2483)
This commit is contained in:
@@ -440,6 +440,8 @@
|
||||
{{ value|nl2br }}
|
||||
{% elseif '\\EmailType' in type %}
|
||||
<a href="mailto:{{ value }}">{{ value }}</a>
|
||||
{% elseif '\\UrlType' in type %}
|
||||
<a href="{{ value }}" target="_blank">{{ value }}</a>
|
||||
{% else %}
|
||||
{{ value }}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user