Browse Source

added type="text/javascript" in script tags to be W3 validator compliant

hg/35a367e65a464cf6cdf277c73f977a6828b723fe/bookmarks/master
Martin Monperrus 15 years ago
parent
commit
6197b1a18b
  1. 4
      bibtexbrowser.php

4
bibtexbrowser.php

@ -1728,8 +1728,8 @@ class BibtexBrowserDisplay {
function javascript() {
// we use jquery with the official content delivery URLs
// Microsoft and Google also provide jquery with their content delivery networks
?><script src="http://code.jquery.com/jquery-1.5.1.min.js"></script>
<script><!--
?><script type="text/javascript" src="http://code.jquery.com/jquery-1.5.1.min.js"></script>
<script type="text/javascript" ><!--
// Javascript progressive enhancement for bibtexbrowser
$('a.biburl').each(function(item) { // for each url "[bib]"
var biburl = $(this);

Loading…
Cancel
Save