Update website
This commit is contained in:
parent
320e28fa8f
commit
efdd6d5635
@ -123,6 +123,7 @@ $listener->addProcessor(new Processor\TagNameCaseProcessor(CASE_LOWER));
|
|||||||
$listener->addProcessor(new NamesProcessor());
|
$listener->addProcessor(new NamesProcessor());
|
||||||
$listener->addProcessor(static function (array $entry) {
|
$listener->addProcessor(static function (array $entry) {
|
||||||
$entry['title'] = removeBoundingBraces($entry['title']);
|
$entry['title'] = removeBoundingBraces($entry['title']);
|
||||||
|
print_r($entry['author']);
|
||||||
if (isset($entry['journal'])) {
|
if (isset($entry['journal'])) {
|
||||||
$entry['journal'] = expandJournalReferences($entry['journal']);
|
$entry['journal'] = expandJournalReferences($entry['journal']);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user