Skip to content

Commit

Permalink
Merge pull request #4 from benperiton/patch-1
Browse files Browse the repository at this point in the history
This won't open unless the script tags are closed properly.
  • Loading branch information
Alan DuBoff committed Nov 7, 2011
2 parents 86dd374 + 71d5253 commit 479ff85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/index.html
Expand Up @@ -4,9 +4,9 @@
<link rel="stylesheet" type="text/css" href="css/ui-theme/jquery-ui-1.8.custom.css"/>
<link rel="stylesheet" type="text/css" href="css/pygments.css"/>

<script src="js/jquery-1.4.2.min.js" type="text/javascript"/>
<script src="js/jquery-ui-1.8.custom.min.js" type="text/javascript"/>
<script src="js/main.js" type="text/javascript"/>
<script src="js/jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="js/jquery-ui-1.8.custom.min.js" type="text/javascript"></script>
<script src="js/main.js" type="text/javascript"></script>
</head>
<body>
<!-- HEADER -->
Expand Down

0 comments on commit 479ff85

Please sign in to comment.