Skip to content

Commit

Permalink
Merge pull request #454 from IIIF/fix-0008-invalid-html
Browse files Browse the repository at this point in the history
Fix invalid html in `requiredStatement` for #8
  • Loading branch information
glenrobson authored Feb 16, 2024
2 parents 96c87fa + ca1a52b commit a61b423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/0008-rights/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"rights": "http://creativecommons.org/licenses/by-sa/3.0/",
"requiredStatement": {
"label": { "en": [ "Attribution" ] },
"value": { "en": [ "<span>Glen Robson, IIIF Technical Coordinator. <a href=\"https://creativecommons.org/licenses/by-sa/3.0\">CC BY-SA 3.0</a> <a href=\"https://creativecommons.org/licenses/by-sa/3.0\" title\"CC BY-SA 3.0\"><img src=\"https://licensebuttons.net/l/by-sa/3.0/88x31.png\"/></a></span>" ] }
"value": { "en": [ "<span>Glen Robson, IIIF Technical Coordinator. <a href=\"https://creativecommons.org/licenses/by-sa/3.0\">CC BY-SA 3.0</a> <a href=\"https://creativecommons.org/licenses/by-sa/3.0\" title=\"CC BY-SA 3.0\"><img src=\"https://licensebuttons.net/l/by-sa/3.0/88x31.png\"/></a></span>" ] }
},
"items": [
{
Expand Down

0 comments on commit a61b423

Please sign in to comment.