mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
Templates : remove auto closing tags
We are not using XHTML anymore but HTML 5
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
{% block iboPanelTitle %}
|
||||
<div class="ibo-panel--title-icon">
|
||||
<img src="{{ oUIBlock.GetIconUrl() }}" alt="{{ oUIBlock.GetTitle() }}"/>
|
||||
<img src="{{ oUIBlock.GetIconUrl() }}" alt="{{ oUIBlock.GetTitle() }}">
|
||||
</div>
|
||||
<div class="ibo-panel--title-title">
|
||||
<div class="ibo-panel--title-title-title">{{ oUIBlock.GetTitle() }}</div>
|
||||
|
||||
Reference in New Issue
Block a user