summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2013-03-22 21:31:50 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2013-03-22 21:31:50 +0100
commit5c0ba789426c3408ad0a4179b61b28bb75cd4b76 (patch)
treeb80dfa0b481e24b28e0e1bf768fc37c0e98e41e7
parentf42bc98eefea7e7f113070bb5b9081f14bc3684a (diff)
downloadwebsite-gh-pages.tar.gz
website-gh-pages.tar.bz2
website-gh-pages.tar.xz
website-gh-pages.zip
Specify script typegh-pages
Needed to validate as XHTML 1.0 Transitional... Time to update to HTML5? :)
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index b19823e..59942bc 100644
--- a/index.html
+++ b/index.html
@@ -11,7 +11,7 @@ title: News
<div id="news">
</div>
-<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
+<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
<script type="text/javascript">
$('#news').load('http://updates.themanaworld.org/news.html');
</script>