Skip to content

Commit

Permalink
pkp/pkp-lib#9277 Escape submission HTML on opening Information Center…
Browse files Browse the repository at this point in the history
… (stable-3_3_0)
  • Loading branch information
asmecher committed Sep 7, 2023
1 parent 5264913 commit c742c09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ export default {
*/
openInfoCenter() {
var opts = {
title: this.localizeSubmission(
textTitle: this.localizeSubmission(
this.currentPublication.fullTitle,
this.currentPublication.locale
),
Expand Down

0 comments on commit c742c09

Please sign in to comment.