Skip to content

Commit

Permalink
Small edit to the hellip regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Marcireau committed Dec 18, 2017
1 parent 4174b9a commit b5d43fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/actions/manageScholar.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export function resolveHtml(url, text) {
dispatch(publicationFromCiterMetadata(
state.scholar.requests[0].doi,
titleCandidates[0].children[0].data,
matchedMetadata[1].replace(/\s*…\s*$/, '').split(/\s*,\s*/),
matchedMetadata[1].replace(/\s*(…|)\s*$/, '').split(/\s*,\s*/),
matchedMetadata[3]
));
}
Expand Down

0 comments on commit b5d43fc

Please sign in to comment.