File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<package xmlns =" http://expath.org/ns/pkg"
33 name =" http://existsolutions.com/apps/web-annotation-service"
4- abbrev =" web-annotation-service" version =" 4.0.0 " spec =" 1.0" >
4+ abbrev =" web-annotation-service" version =" 4.0.1 " spec =" 1.0" >
55 <title >Web Annotation Protocol Server</title >
66 <dependency package =" http://www.functx.com" />
77</package >
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ function annotations:update-container-item ($item as map(*)) as map(*) {
255255 try {
256256 if (annotations:is-group-annotation ($item) and not (annotations:has-targets ($item)))
257257 then (
258- if (annotations:exists ($item?id)
258+ if (annotations:exists ($item?id))
259259 then (
260260 map {
261261 "id" : $item?id,
You can’t perform that action at this time.
0 commit comments