Add missing closing tag in inspircd.conf template

This commit is contained in:
s3lph 2020-12-15 21:30:09 +01:00
parent c6b2a14561
commit 5123361518

View file

@ -131,7 +131,7 @@
name="{{ name }}"
{% if 'class' in type %}class="{{ cls.class }}"{% endif %}
{% if 'classes' in type %}classes="{{ type.classes | join(' ') }}"{% endif %}
{% if 'vhost' in type %}vhost="{{ type.vhost }}"{% endif %}
{% if 'vhost' in type %}vhost="{{ type.vhost }}"{% endif %}>
{% endfor %}