File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
importexport/native/templates Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 87
87
/>
88
88
<span
89
89
class =" listPanel__itemSubTitle"
90
- v-strip-unsave -html =" localize(
90
+ v-strip-unsafe -html =" localize(
91
91
item.publications.find(p => p.id == item.currentPublicationId).fullTitle,
92
92
item.publications.find(p => p.id == item.currentPublicationId).locale
93
93
)"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ var template = pkp.Vue.compile('<div class="pkpFormField pkpFormField--text pkpF
22
22
' <div' +
23
23
' v-if="isPrimaryLocale && description"' +
24
24
' class="pkpFormField__description"' +
25
- ' v-strip-unsave -html="description"' +
25
+ ' v-strip-unsafe -html="description"' +
26
26
' :id="describedByDescriptionId"' +
27
27
' />' +
28
28
' <div class="pkpFormField__control" :class="controlClasses">' +
@@ -82,4 +82,4 @@ pkp.Vue.component('field-text-urn', {
82
82
render : function ( h ) {
83
83
return template . render . call ( this , h ) ;
84
84
}
85
- } ) ;
85
+ } ) ;
You can’t perform that action at this time.
0 commit comments