treewide: use modern syntax
[project/firewall4.git] / root / usr / share / firewall4 / templates / redirect.uc
index 5369430e0ea5b934ec6d5721537133f01b78d4a7..3d1c113bf7e105947bcc4e7ced8e11dc213536f9 100644 (file)
@@ -68,4 +68,4 @@
 {%- else -%}
        {{ redirect.target }} {{ redirect.raddr ? fw4.host(redirect.raddr, redirect.rport != null) : '' }}
        {%- if (redirect.rport): %}:{{ fw4.port(redirect.rport) }}{% endif %}
-{% endif %} comment {{ fw4.quote("!fw4: " + redirect.name, true) }}
+{% endif %} comment {{ fw4.quote(`!fw4: ${redirect.name}`, true) }}