projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef3882c
)
Reorder <script> and <link> to better match example in documentation.
author
Mike Taylor
<mike@indexdata.com>
Thu, 16 Oct 2014 15:53:56 +0000
(16:53 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 16 Oct 2014 15:53:56 +0000
(16:53 +0100)
examples/htdocs/simple.html
patch
|
blob
|
history
diff --git
a/examples/htdocs/simple.html
b/examples/htdocs/simple.html
index
2f2788c
..
bc1c9dc
100644
(file)
--- a/
examples/htdocs/simple.html
+++ b/
examples/htdocs/simple.html
@@
-2,8
+2,8
@@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>MKWS demo client</title>
- <link rel="stylesheet" type="text/css" href="//mkws.indexdata.com/mkws.css" />
<script type="text/javascript" src="//mkws.indexdata.com/mkws-complete.js"></script>
+ <link rel="stylesheet" href="//mkws.indexdata.com/mkws.css" />
</head>
<body>
<div class="mkwsSwitch"></div>