Skip to content

Commit 30aabc3

Browse files
committed
Update simple_ui_html_values.html
make html valid by moving style tag inside head tag
1 parent 61bd69d commit 30aabc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/simple_ui_html_values.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<script type="text/javascript" src="ext/jquery-1.8.3.min.js"></script>
77
<script type="text/javascript" src="ext/jquery-ui-1.9.2.custom.min.js"></script>
88
<script type="text/javascript" src="../dist/pivot.js"></script>
9+
<style>
10+
* {font-family: Verdana;}
11+
</style>
912
</head>
10-
<style>
11-
* {font-family: Verdana;}
12-
</style>
1313
<body>
1414
<script type="text/javascript">
1515
$(function(){

0 commit comments

Comments
 (0)