Skip to content

Commit

Permalink
fix: iiif manifest icon url
Browse files Browse the repository at this point in the history
  • Loading branch information
Debian committed Sep 22, 2022
1 parent 3b45627 commit 50a52ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/common/helper/iiif-viewers.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $tifyAttr = getIconAttr($this, $tifyIconId, $iconAttr);
</div>
</div>
<div class="container text-end mt-2">
<a href="<?php echo $manifest; ?>"
<a href="<?php echo $manifest; ?>?manifest=<?php echo $manifest; ?>"
title="<?php echo $translate('IIIF Manifest'); ?>"
target="_blank"><img style="height: 24px" <?php echo $logoAttr; ?> /></a>
<?php if ($config["setting"]["iiifviewers_mirador"]): ?>
Expand Down

0 comments on commit 50a52ea

Please sign in to comment.