Skip to content
Snippets Groups Projects
Commit 4d5ee825 authored by Yas Naoi's avatar Yas Naoi
Browse files

Issue #3353128 by yas, shivam_tiwari, Vishal Choudhary: Refactor twig...

Issue #3353128 by yas, shivam_tiwari, Vishal Choudhary: Refactor twig templates by changing the tag 'spaceless' to 'apply spaceless'
parent 04637833
No related branches found
No related tags found
No related merge requests found
...@@ -14,10 +14,10 @@ ...@@ -14,10 +14,10 @@
* @ingroup themeable * @ingroup themeable
*/ */
#} #}
{% spaceless %} {% apply spaceless %}
<dl> <dl>
{% for type in types %} {% for type in types %}
<dt>{{ type.link }}</dt> <dt>{{ type.link }}</dt>
{% endfor %} {% endfor %}
</dl> </dl>
{% endspaceless %} {% endapply %}
...@@ -14,10 +14,10 @@ ...@@ -14,10 +14,10 @@
* @ingroup themeable * @ingroup themeable
*/ */
#} #}
{% spaceless %} {% apply spaceless %}
<dl> <dl>
{% for type in types %} {% for type in types %}
<dt>{{ type.link }}</dt> <dt>{{ type.link }}</dt>
{% endfor %} {% endfor %}
</dl> </dl>
{% endspaceless %} {% endapply %}
...@@ -14,10 +14,10 @@ ...@@ -14,10 +14,10 @@
* @ingroup themeable * @ingroup themeable
*/ */
#} #}
{% spaceless %} {% apply spaceless %}
<dl> <dl>
{% for type in types %} {% for type in types %}
<dt>{{ type.link }}</dt> <dt>{{ type.link }}</dt>
{% endfor %} {% endfor %}
</dl> </dl>
{% endspaceless %} {% endapply %}
...@@ -14,10 +14,10 @@ ...@@ -14,10 +14,10 @@
* @ingroup themeable * @ingroup themeable
*/ */
#} #}
{% spaceless %} {% apply spaceless %}
<dl> <dl>
{% for type in types %} {% for type in types %}
<dt>{{ type.link }}</dt> <dt>{{ type.link }}</dt>
{% endfor %} {% endfor %}
</dl> </dl>
{% endspaceless %} {% endapply %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment