From 77e57dd0338e462e4d87cf51b254fc43e13cf66f Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 1 May 2018 09:46:38 -0700 Subject: [PATCH] index.html: Clean up indentation and whitespace in HEAD. This is mostly to make our linter happy after removing the conditional in the previous commit. --- templates/zerver/app/index.html | 45 +++++++++++++++------------------ 1 file changed, 20 insertions(+), 25 deletions(-) diff --git a/templates/zerver/app/index.html b/templates/zerver/app/index.html index 3d010257dc..2ef0f1e209 100644 --- a/templates/zerver/app/index.html +++ b/templates/zerver/app/index.html @@ -12,34 +12,29 @@ {% endblock %} {% block customhead %} - - - - - - {% stylesheet 'app' %} - - {{ minified_js('app', csp_nonce)|safe }} - - {{ render_bundle('translations', attrs='nonce="%s"' % (csp_nonce)) }} - - {{ render_bundle('katex', attrs='nonce="%s"' % (csp_nonce)) }} - - {% include "zerver/app/topic_is_muted.html" %} + +{% stylesheet 'app' %} +{{ minified_js('app', csp_nonce)|safe }} +{{ render_bundle('translations', attrs='nonce="%s"' % (csp_nonce)) }} +{{ render_bundle('katex', attrs='nonce="%s"' % (csp_nonce)) }} +{% include "zerver/app/topic_is_muted.html" %} {% endblock %} + {% block content %}