remove all invisible unicode characters

This commit is contained in:
Ludovic Cartier
2024-12-12 18:49:56 +01:00
parent b9011907e8
commit 7f7f59b269
4 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
{% if postfix_sender_relay is defined %}
{% for relay in postfix_sender_relay %}
{{ relay }}
{{ relay }}
{% endfor %}
{% endif %}