Skip to content
Extraits de code Groupes Projets
Valider f3fd5682 rédigé par Benaka Moorthi's avatar Benaka Moorthi
Parcourir les fichiers

Fix twig bug in datatable table headings.

parent 8e7fbfdd
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -5,13 +5,13 @@
{% if columnDocumentation[column] is not empty %}
<div class="columnDocumentation">
<div class="columnDocumentationTitle">
{{ columnTranslations[column] }}
{{ columnTranslations[column]|raw }}
</div>
{{ columnDocumentation[column] }}
</div>
{% endif %}
<div id="thDIV">{{ columnTranslations[column] }}</div>
<div id="thDIV">{{ columnTranslations[column]|raw }}</div>
</th>
{% endfor %}
</tr>
</thead>
\ No newline at end of file
</thead>
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter