Browse Source

*** empty log message ***

replace/c24a8d1de403113542ba0936e844151de2785013
Martin Monperrus 16 years ago
parent
commit
a84c1ac8c7
  1. 2
      bibtexbrowser.php

2
bibtexbrowser.php

@ -477,7 +477,7 @@ class BibtexbrowserBibDB {
if ($finalkey!='url') $formatedvalue = xtrim(latex2html($entryvalue)); if ($finalkey!='url') $formatedvalue = xtrim(latex2html($entryvalue));
else $formatedvalue = trim($entryvalue); else $formatedvalue = trim($entryvalue);
$this->currentEntry->setField($finalkey,$formatedvalue);
$this->currentEntry->setField(strtolower($finalkey),$formatedvalue);
} }
function setEntryType($entrytype) { function setEntryType($entrytype) {

Loading…
Cancel
Save