File tree 2 files changed +2
-2
lines changed
plugins/importexport/native/templates
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 84
84
/>
85
85
<span
86
86
class =" listPanel__itemSubTitle"
87
- v-html =" localize(
87
+ v-strip-unsafe- html =" localize(
88
88
item.publications.find(p => p.id == item.currentPublicationId).fullTitle,
89
89
item.publications.find(p => p.id == item.currentPublicationId).locale
90
90
)"
Original file line number Diff line number Diff line change 29
29
<div class =" submissionWizard__reviewPanel__item" >
30
30
<template v-if =" publication.relationStatus === { \APP\publication\Publication::PUBLICATION_RELATION_PUBLISHED} " >
31
31
<template v-if =" publication.vorDoi" >
32
- <span v-html =" replaceLocaleParams(i18nRelationWithLink, { ldelim } vorDoi: publication.vorDoi{ rdelim } )" ></span >
32
+ <span v-strip-unsafe- html =" replaceLocaleParams(i18nRelationWithLink, { ldelim } vorDoi: publication.vorDoi{ rdelim } )" ></span >
33
33
</template >
34
34
<template v-else >
35
35
{ translate key= " publication.relation.published" }
You can’t perform that action at this time.
0 commit comments