diff --git a/bibtexbrowser.php b/bibtexbrowser.php index fda592c..ad89964 100755 --- a/bibtexbrowser.php +++ b/bibtexbrowser.php @@ -2491,8 +2491,8 @@ $('a.biburl').each(function() { // for each url "[bibtex]" // we add a link so that users clearly see that even with AJAX // there is still one URL per paper. elem.append( - $('
%% Bibtex entry URL: '+bibtexEntryUrl+'
') - ).appendTo(biburl.parent()); + $('
%% Bibtex entry URL: '+bibtexEntryUrl+'
') + ).appendTo(biburl.parent()); }, error: function() {window.location.href = biburl.attr('href');}}); } else {biburl.nextAll('pre').toggle();} // we toggle the view });