Skip to content

Commit 4b279b2

Browse files
pkp/pkp-lib#10864 fix v-strip-unsafe typo (pkp#1847)
1 parent 0d6b0e2 commit 4b279b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/importexport/native/templates/index.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
/>
8888
<span
8989
class="listPanel__itemSubTitle"
90-
v-strip-unsave-html="localize(
90+
v-strip-unsafe-html="localize(
9191
item.publications.find(p => p.id == item.currentPublicationId).fullTitle,
9292
item.publications.find(p => p.id == item.currentPublicationId).locale
9393
)"

plugins/pubIds/urn/js/FieldTextUrn.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var template = pkp.Vue.compile('<div class="pkpFormField pkpFormField--text pkpF
2222
' <div' +
2323
' v-if="isPrimaryLocale && description"' +
2424
' class="pkpFormField__description"' +
25-
' v-strip-unsave-html="description"' +
25+
' v-strip-unsafe-html="description"' +
2626
' :id="describedByDescriptionId"' +
2727
' />' +
2828
' <div class="pkpFormField__control" :class="controlClasses">' +
@@ -82,4 +82,4 @@ pkp.Vue.component('field-text-urn', {
8282
render: function(h) {
8383
return template.render.call(this, h);
8484
}
85-
});
85+
});

0 commit comments

Comments
 (0)