Skip to content
Snippets Groups Projects
Commit 296d867f authored by Gregor Gawol's avatar Gregor Gawol Committed by Dorian Merz
Browse files

refs #14925 fixed publication year in Citavi/endnote export

* removed bracket
parent 09005090
No related merge requests found
......@@ -103,7 +103,7 @@ if (isset($data['date'])) {
if (empty($data)) {
$date = $this->driver->tryMethod('getPublishDateSort');
if (!empty($date)) {
echo "%D {$date}}\n";
echo "%D {$date}\n";
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment