Skip to content

Commit

Permalink
Merge pull request #12 from acidvertigo/patch-12
Browse files Browse the repository at this point in the history
HTML 5 type attirbute is optional...
  • Loading branch information
haraldpdl committed Aug 7, 2014
2 parents 1db8cb2 + 6f13428 commit 72bcdb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions catalog/includes/template_top.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
<!-- Bootstrap -->
<link href="ext/bootstrap/css/bootstrap.min.css" rel="stylesheet">

<script type="text/javascript" src="ext/jquery/jquery-1.11.1.min.js"></script>
<script src="ext/jquery/jquery-1.11.1.min.js"></script>

<script src="ext/bootstrap/js/bootstrap.min.js"></script>

<script type="text/javascript" src="ext/photoset-grid/jquery.photoset-grid.min.js"></script>
<script src="ext/photoset-grid/jquery.photoset-grid.min.js"></script>

<link rel="stylesheet" type="text/css" href="ext/colorbox/colorbox.css" />
<link rel="stylesheet" href="ext/colorbox/colorbox.css" />
<script type="text/javascript" src="ext/colorbox/jquery.colorbox-min.js"></script>

<!-- Custom -->
Expand Down

0 comments on commit 72bcdb9

Please sign in to comment.