Browse Source

Fix syntax error.

hocr_media_redux
Alexander O'Neill 1 year ago
parent
commit
d034d04575
  1. 2
      modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php

2
modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php

@ -288,7 +288,7 @@ class IIIFManifest extends StylePluginBase {
],
];
if ($ocr_url = $this->`getOcrUrl`($entity)) {
if ($ocr_url = $this->getOcrUrl($entity)) {
$tmp_canvas['seeAlso'] = [
'@id' => $ocr_url,
'format' => 'text/vnd.hocr+html',

Loading…
Cancel
Save