Templates : remove auto closing tags

We are not using XHTML anymore but HTML 5
This commit is contained in:
Pierre Goiffon
2020-12-14 16:29:57 +01:00
parent 62bb0b9b78
commit c06e176d57
21 changed files with 51 additions and 51 deletions

View File

@@ -1,5 +1,5 @@
{% block iboInputLabel %}
{% endblock %}
{% block iboInput %}
<input type="{{ oUIBlock.GetType() }}" id="{{ oUIBlock.GetId() }}" name="{{ oUIBlock.GetName() }}" value="{{ oUIBlock.GetValue()|raw }}"/>
<input type="{{ oUIBlock.GetType() }}" id="{{ oUIBlock.GetId() }}" name="{{ oUIBlock.GetName() }}" value="{{ oUIBlock.GetValue()|raw }}">
{% endblock %}