From 2a40040409490ddf3af380326990405fe155bce2 Mon Sep 17 00:00:00 2001 From: Lukas Pirl Date: Fri, 27 Nov 2015 20:37:00 +1300 Subject: [PATCH] removed too specific comment --- bibtexbrowser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(
            $('
%% Bibtex entry URL: '+bibtexEntryUrl+'
') ).appendTo(biburl.parent());