Skip to content

Commit

Permalink
fix: Remove spaceless template tag (#347)
Browse files Browse the repository at this point in the history
Fixes #288

Co-authored-by: Alex Morega <[email protected]>
  • Loading branch information
mgax and mgax authored Nov 27, 2023
1 parent ae4a71c commit b350e84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions ietf/templates/iab_base.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% load compress static wagtailuserbar wagtailcore_tags wagtailimages_tags ietf_tags analytical %}
{% spaceless %}
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="en" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="en" class="no-js lt-ie9 lt-ie8"> <![endif]-->
Expand Down Expand Up @@ -80,4 +79,3 @@

<script src="{% static 'dist/main.js' %}"></script></body>
</html>
{% endspaceless %}
2 changes: 0 additions & 2 deletions ietf/templates_src/base.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% load compress static wagtailuserbar wagtailcore_tags wagtailimages_tags ietf_tags analytical %}
{% spaceless %}
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="en" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="en" class="no-js lt-ie9 lt-ie8"> <![endif]-->
Expand Down Expand Up @@ -77,4 +76,3 @@
{% analytical_body_bottom %}
</body>
</html>
{% endspaceless %}

0 comments on commit b350e84

Please sign in to comment.