Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
spyrosbek committed Dec 10, 2024
2 parents f63f6c1 + d6d0af9 commit f679364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/metadata/meta-asksa.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</li>
<li class="meta-description col-12" if.bind="record.meta.relatedToUri.length">
<div class="lbl" t="item:object">OBJECT</div>
<a class="val" href.bind="record.meta.relatedToUri" target="_blank">${record.meta.relatedToLabel}</a>
<a href.bind="record.meta.relatedToUri" target="_blank">${record.meta.relatedToLabel}</a>
</li>
<li class="col-sm-6" if.bind="record.meta.country.length">
<div class="lbl" t="item:country">COUNTRY</div>
Expand Down

0 comments on commit f679364

Please sign in to comment.