We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f934a commit bf2f6e9Copy full SHA for bf2f6e9
themes/finna2/templates/RecordDriver/DefaultRecord/image-rights.phtml
@@ -46,7 +46,7 @@
46
<?php if ($descriptions): ?>
47
<div class="copyright<?=$this->truncateLicense ? ' truncate-field' : ''?>">
48
<?php foreach ($descriptions as $item): ?>
49
- <p><?=$this->transEsc($item)?></p>
+ <?= $this->recordFieldMarkdown()->toHtml($item) ?>
50
<?php endforeach ?>
51
</div>
52
<?php endif; ?>
0 commit comments