Skip to content

Commit

Permalink
pkp/pkp-lib#9930 Fix missing title list
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed May 1, 2024
1 parent d5533a4 commit c753c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/importexport/onix30/templates/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
/>
<span
class="listPanel__itemSubTitle"
v-strip-unsave-html="localize(
v-strip-unsafe-html="localize(
item.publications.find(p => p.id == item.currentPublicationId).fullTitle,
item.publications.find(p => p.id == item.currentPublicationId).locale
)"
Expand Down

0 comments on commit c753c48

Please sign in to comment.