From 99b58144ab49689674af7cf14c45b1573885de8d Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Wed, 14 Feb 2018 12:43:49 +0100 Subject: [PATCH] fix indentation --- templates/web/index.tt2.html | 45 ++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/templates/web/index.tt2.html b/templates/web/index.tt2.html index 4f29943..0b05277 100644 --- a/templates/web/index.tt2.html +++ b/templates/web/index.tt2.html @@ -37,34 +37,33 @@ html1/DTD/xhtml1-transitional.dtd"> </div> </header> - <div id="content"> + <div id="content"> - [% IF errors %] - <div class="ui-widget"> - [% PROCESS 'web/errors.tt2.html' %] - </div> - [% ELSE %] + [% IF errors %] + <div class="ui-widget"> + [% PROCESS 'web/errors.tt2.html' %] + </div> + [% ELSE %] [% IF notifications %] - <div class="ui-widget"> - [% PROCESS 'web/notices.tt2.html' %] - </b> - </div> - [% END %] <!-- notifications --> - - [% PROCESS 'web/content.tt2.html' %] - - [% END %] <!-- IF errors --> + <div class="ui-widget"> + [% PROCESS 'web/notices.tt2.html' %] + </b> </div> + [% END %] + + [% PROCESS 'web/content.tt2.html' %] - <footer> - <span class="align-center">[% conf.app_name %] [% conf.version %] - <a href="mailto:[% conf.support_email %]">contact us</a></span> - </footer> + [% END %] + </div> - <script src="foundation/js/foundation.min.js"></script> - <script src="foundation/js/foundation/foundation.tooltip.js"></script> - <script> - $(document).foundation(); - </script> + <footer> + <span class="align-center">[% conf.app_name %] [% conf.version %] - <a href="mailto:[% conf.support_email %]">contact us</a></span> + </footer> + <script src="foundation/js/foundation.min.js"></script> + <script src="foundation/js/foundation/foundation.tooltip.js"></script> + <script> + $(document).foundation(); + </script> </body> </html> -- GitLab