diff --git a/bibtexbrowser.php b/bibtexbrowser.php index 1ea9549..fda592c 100755 --- a/bibtexbrowser.php +++ b/bibtexbrowser.php @@ -2489,7 +2489,7 @@ $('a.biburl').each(function() { // for each url "[bibtex]" var elem = $('
'); elem.text($('.purebibtex', data).text()); // both text() are required for IE // 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) + // there is still one URL per paper. elem.append( $('