diff options
Diffstat (limited to 'data/templates/default.html5')
| -rw-r--r-- | data/templates/default.html5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/templates/default.html5 b/data/templates/default.html5 index 5242f797f..dda7e8cb0 100644 --- a/data/templates/default.html5 +++ b/data/templates/default.html5 @@ -23,15 +23,15 @@ $endif$ $for(css)$ <link rel="stylesheet" href="$css$" /> $endfor$ +$for(header-includes)$ + $header-includes$ +$endfor$ $if(math)$ $math$ $endif$ <!--[if lt IE 9]> <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> <![endif]--> -$for(header-includes)$ - $header-includes$ -$endfor$ </head> <body> $for(include-before)$ |
