Browse Source

minor

hg/35a367e65a464cf6cdf277c73f977a6828b723fe/bookmarks/master
Martin Monperrus 15 years ago
parent
commit
445928e6ce
  1. 2
      bibtexbrowser.php

2
bibtexbrowser.php

@ -2027,7 +2027,7 @@ class BibEntryDisplay extends BibtexBrowserDisplay {
$result[] = array('citation_date',$this->bib->getYear());
// this page
$result[] = array('citation_abstract_html_url','http://'.$_SERVER['HTTP_HOST'].($_SERVER['SERVER_PORT']=='80'?'':$_SERVER['SERVER_PORT']).$_SERVER['REQUEST_URI']);
$result[] = array('citation_abstract_html_url','http://'.$_SERVER['HTTP_HOST'].($_SERVER['SERVER_PORT']=='80'?'':$_SERVER['SERVER_PORT']).str_replace('&','&',$_SERVER['REQUEST_URI']));
if ($this->bib->hasField("publisher")) {
$result[] = array('citation_publisher',$this->bib->getPublisher());

Loading…
Cancel
Save