Skip to content

Commit

Permalink
Use spaceless filter instead of spaceless tag
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs committed Aug 4, 2019
1 parent af0e0bc commit 611eb0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<div class="{% if align is defined %}align-{{ align }}{% endif %} ezstyle-{{ name }}">{% spaceless %}{{ content|raw }}{% endspaceless %}</div>
<div class="{% if align is defined %}align-{{ align }}{% endif %} ezstyle-{{ name }}">{% apply spaceless %}{{ content|raw }}{% endapply %}</div>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<span class="ezstyle-{{ name }}">{% spaceless %}{{ content|raw }}{% endspaceless %}</span>
<span class="ezstyle-{{ name }}">{% apply spaceless %}{{ content|raw }}{% endapply %}</span>

0 comments on commit 611eb0a

Please sign in to comment.