Skip to content

Commit

Permalink
Fix lint and updateTime
Browse files Browse the repository at this point in the history
  • Loading branch information
northword committed Oct 19, 2024
1 parent 57972e7 commit d5b8f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Crossref Unixref XML.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"inRepository": true,
"translatorType": 1,
"lastUpdated": "2024-10-16 12:43:44"
"lastUpdated": "2024-10-19 07:22:57"
}

/*
Expand Down Expand Up @@ -447,7 +447,7 @@ function doImport() {
removeUnsupportedMarkup(innerXML(subtitle))
);
}
item.title = item.title.replace(/\s+<(sub|sup)>/g, "$1")
item.title = item.title.replace(/\s+<(sub|sup)>/g, "$1");
}
if (!item.title || item.title == "") {
item.title = "[No title found]";
Expand Down

0 comments on commit d5b8f72

Please sign in to comment.