From 845c9e7aeab5a58a69a278e20f7ab9b5960b8dae Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Wed, 3 Nov 2010 10:16:46 +0100 Subject: [PATCH] minor things in the documentation --- bibtexbrowser.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bibtexbrowser.php b/bibtexbrowser.php index 3050236..26af6ac 100755 --- a/bibtexbrowser.php +++ b/bibtexbrowser.php @@ -1294,6 +1294,7 @@ class BibEntry { $abstract = $this->getField('abstract'); // Google Scholar: http://scholar.google.com/intl/en/scholar/inclusion.html // "each paper needs to be listed on a separate URL; and at least the full author-written abstract must be clearly visible on the URL" + // this will be also used to hijax the abstract with jquery $entry = str_replace($abstract,''.$abstract.'', $entry); } echo $entry;