Skip to content

Commit

Permalink
Fixes typo in EAC plugin (#1771)
Browse files Browse the repository at this point in the history
  • Loading branch information
sallain authored Mar 7, 2024
1 parent 6b0f127 commit 2f02611
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<?php if (count($subjects = $resource->getSubjectAccessPoints()) > 0) { ?>
<?php foreach ($subjects as $item) { ?>
<localControl localType="subjectAccessPoint">
<term vocalularySource="<?php echo url_for([$item->term, 'module' => 'term'], true); ?>"><?php echo esc_specialchars($item->term->getName(['cultureFallback' => true])); ?></term>
<term vocabularySource="<?php echo url_for([$item->term, 'module' => 'term'], true); ?>"><?php echo esc_specialchars($item->term->getName(['cultureFallback' => true])); ?></term>
</localControl>
<?php } ?>
<?php } ?>
Expand Down

0 comments on commit 2f02611

Please sign in to comment.