Skip to content

Commit

Permalink
valid html5 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkvam committed Nov 28, 2017
1 parent 73dc8cd commit f7658d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bowtie/templates/index.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>{{ title }}</title>
</head>
<body>
<div id="app" />
<div id="app"></div>
<script src="static/bundle.js" type="text/javascript"></script>
</body>
</html>

0 comments on commit f7658d8

Please sign in to comment.