(if (setq ret (concord-object-get object '=location@iiif))
(if (setq base-image
(car (concord-object-get object '<-image-segment)))
- (format "<a href=\"%s...$zoom-xywh=%d,%d,%d,%d\"
+ (format "<a href=\"%s...$.zoom-xywh=%d,%d,%d,%d\"
><img alt=\"%s\" src=\"%s\" /></a>"
(www-uri-encode-object base-image)
(concord-object-get object 'image-offset-x)
(list (substring ret 0 (match-beginning 0))
(substring ret (match-end 0)))
)
- ((string-match "...$zoom-xywh=" ret)
+ ((string-match "...$.zoom-xywh=" ret)
(list (substring ret 0 (match-beginning 0))
nil
(substring ret (match-end 0)))