oops. saw a bug looking over my diff.
This commit is contained in:
parent
3195a1c382
commit
a67b8c8b95
1 changed files with 1 additions and 1 deletions
|
@ -2920,7 +2920,7 @@ function doExport() {
|
|||
if(item.date) {
|
||||
if(inArray(item.itemType, ["book", "bookSection"]) {
|
||||
// Assume year is copyright date
|
||||
originInfo += <copyrightDate encoding="iso8601">{item.year}</copyrightDate>;
|
||||
originInfo += <copyrightDate encoding="iso8601">{item.date}</copyrightDate>;
|
||||
}
|
||||
if(inArray(item.itemType, ["magazineArticle", "newspaperArticle"])) {
|
||||
// Assume date is date issued
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue