Skip to content

Commit

Permalink
EM: Detect chaper for inbook_title
Browse files Browse the repository at this point in the history
  • Loading branch information
adam3smith committed Apr 24, 2023
1 parent 48a7462 commit 6a57890
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Embedded Metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"inRepository": true,
"translatorType": 4,
"browserSupport": "gcsibv",
"lastUpdated": "2023-01-23 17:12:53"
"lastUpdated": "2023-04-24 14:18:06"
}

/*
Expand Down Expand Up @@ -316,6 +316,7 @@ function init(doc, url, callback, forceLoadRDF) {
hwType = "conferencePaper";
break;
case "citation_book_title":
case "citation_inbook_title":

Check failure on line 319 in Embedded Metadata.js

View workflow job for this annotation

GitHub Actions / Lint, Check, Test

Trailing spaces not allowed
hwType = "bookSection";
break;
case "citation_dissertation_institution":
Expand Down

0 comments on commit 6a57890

Please sign in to comment.