Skip to content

Commit 79e9c4f

Browse files
committed
Update mps_export.html
make html valid by moving style tag inside head tag
1 parent db9019e commit 79e9c4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/mps_export.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<script type="text/javascript" src="ext/jquery-ui-1.9.2.custom.min.js"></script>
99
<script type="text/javascript" src="../dist/pivot.js"></script>
1010
<script type="text/javascript" src="../dist/export_renderers.js"></script>
11+
<style>
12+
* {font-family: Verdana;}
13+
</style>
1114
</head>
12-
<style>
13-
* {font-family: Verdana;}
14-
</style>
1515
<body>
1616
<script type="text/javascript">
1717
$(function(){

0 commit comments

Comments
 (0)