diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2013-03-22 21:31:50 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2013-03-22 21:31:50 +0100 |
commit | 5c0ba789426c3408ad0a4179b61b28bb75cd4b76 (patch) | |
tree | b80dfa0b481e24b28e0e1bf768fc37c0e98e41e7 | |
parent | f42bc98eefea7e7f113070bb5b9081f14bc3684a (diff) | |
download | website-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.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |