summaryrefslogtreecommitdiff
path: root/src/Text
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-09-25 19:13:43 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2022-09-25 19:13:43 -0700
commit3aa24ec1614a6ca81609d88c18d3cb80d3535270 (patch)
tree6a6b7e290d7d5a54fa1b95023617ae4c144a2a6b /src/Text
parentb3e8a28414df4ce72f00d268cbce046fc3267edd (diff)
T.P.Citeproc.Locator: update `sub verbo` to `sub-verbo`.
This is a change in the term's canonical name in citeproc. As a result of this change, `sub verbo` locators have not worked in pandoc since citeproc 0.7. This patch fixes `sub verbo`. Closes #8315.
Diffstat (limited to 'src/Text')
-rw-r--r--src/Text/Pandoc/Citeproc/Locator.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Citeproc/Locator.hs b/src/Text/Pandoc/Citeproc/Locator.hs
index 9e5daf0c5..8f2d0a4b7 100644
--- a/src/Text/Pandoc/Citeproc/Locator.hs
+++ b/src/Text/Pandoc/Citeproc/Locator.hs
@@ -296,6 +296,6 @@ locatorTerms =
, "paragraph"
, "part"
, "section"
- , "sub verbo"
+ , "sub-verbo"
, "verse"
, "volume" ]