Browse Source

missing -> (not compatible with php4)

replace/c24a8d1de403113542ba0936e844151de2785013
Martin Monperrus 15 years ago
parent
commit
653039401f
  1. 2
      bibtexbrowser.php

2
bibtexbrowser.php

@ -1180,7 +1180,7 @@ class BibEntry {
if ($this->hasField('url')) { if ($this->hasField('url')) {
$url=$this->getField('url'); $url=$this->getField('url');
// this is not a parsing but a simple replacement // this is not a parsing but a simple replacement
echo str_replace($url,'<a href="'.$url.'">'.$url.'</a>',getFullText());
echo str_replace($url,'<a href="'.$url.'">'.$url.'</a>',$this->getFullText());
} else echo $this->getFullText(); } else echo $this->getFullText();
echo '</pre>'; echo '</pre>';
} }

Loading…
Cancel
Save