summaryrefslogtreecommitdiff
path: root/help/index.html
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2014-02-09 12:50:34 +0200
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-02-10 20:27:39 +0200
commit43d01493a65dddcb03d154966bc565204cfba5c4 (patch)
tree44cb5705c12f93742212e824eaee60d3b66ef39b /help/index.html
parentd30be3a38bee885b8fc424e3a10e2a510754f2f3 (diff)
Update HTML files.
* Move meta charset first * Remove unneeded default script type * fix some validation errors from index.html
Diffstat (limited to 'help/index.html')
-rw-r--r--help/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/help/index.html b/help/index.html
index cb8fdde4..e899330b 100644
--- a/help/index.html
+++ b/help/index.html
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <title>Bootswatch: Help</title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
+ <title>Bootswatch: Help</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../flatly/bootstrap.css" media="screen">
<link rel="stylesheet" href="../assets/css/bootswatch.min.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
@@ -23,7 +23,7 @@
}
</style>
- <script type="text/javascript">
+ <script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23019901-1']);
@@ -157,7 +157,7 @@
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="../bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="../assets/js/bootswatch.js"></script>
- <script type="text/javascript">
+ <script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
</body>