Skip to content
Snippets Groups Projects
Commit d1c0eb24 authored by Renaud Le Gac's avatar Renaud Le Gac
Browse files

Bug fixed, the tag </head><body> was at the wrong place.

parent 974d5e2e
No related branches found
No related tags found
No related merge requests found
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
{{for el in clibs:}} {{for el in clibs:}}
<link rel="stylesheet" type="text/css" href="{{=el}}"/>{{pass}} <link rel="stylesheet" type="text/css" href="{{=el}}"/>{{pass}}
</head>
<body>
<!-- the loading indicator --> <!-- the loading indicator -->
<!-- javascript librairies --> <!-- javascript librairies -->
{{for el in jlibs:}} {{for el in jlibs:}}
...@@ -38,6 +36,8 @@ ...@@ -38,6 +36,8 @@
{{for el in alibs:}} {{for el in alibs:}}
<script type="text/javascript" src="{{=el}}"></script>{{pass}} <script type="text/javascript" src="{{=el}}"></script>{{pass}}
</head>
<body>
<div id='appmain'></div> <div id='appmain'></div>
</body> </body>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment