Skip to content

Commit

Permalink
Merge pull request #76 from internetarchive/issue-48
Browse files Browse the repository at this point in the history
Fixing motivation
  • Loading branch information
glenrobson authored May 28, 2024
2 parents 730568b + 4b536c0 commit 8198705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iiify/resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ def create_annotations(version, identifier, fileName, canvas_no, domain=None):
annotationPage.items.append({
"id": f"https://iiif.archive.org/iiif/{identifier}/canvas/{index}/anno/{count}",
"type": "Annotation",
"motivation": "commenting",
"motivation": "supplementing",
"body": {
"type": "TextualBody",
"format": "text/plain",
Expand Down

0 comments on commit 8198705

Please sign in to comment.