Remove unnecessary type attributes

This commit is contained in:
Samuel Mannehed 2019-03-14 14:11:52 +01:00
parent daff988e17
commit 45c644a68d
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
<link rel="stylesheet" href="app/styles/base.css" />
<!-- this is included as a normal file in order to catch script-loading errors as well -->
<script type="text/javascript" src="app/error-handler.js"></script>
<script src="app/error-handler.js"></script>
<!-- begin scripts -->
<!-- promise polyfills promises for IE11 -->

View File

@ -18,7 +18,7 @@
<meta charset="utf-8">
<style type="text/css">
<style>
body {
margin: 0;