From 613973a12a4c2f3b0937705d6d9e20224d05bcfd Mon Sep 17 00:00:00 2001 From: Lukas Pirl Date: Sun, 29 Nov 2015 01:35:08 +1300 Subject: [PATCH] added CSS class for "Bibtex entry URL" --- bibtexbrowser.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bibtexbrowser.php b/bibtexbrowser.php index 1ea9549..1ad0b03 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 (which is important for crawlers and metadata) 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 });