Add missing closing tag in inspircd.conf template
This commit is contained in:
parent
c6b2a14561
commit
5123361518
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue