Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove spaceless template tag #347

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 %}
Loading