Skip to content

Commit

Permalink
pkp/pkp-lib#4787 temp use of v-html
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Nov 1, 2024
1 parent 1de524e commit 5e92ebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{{ affiliation }}
</div>
<!-- TODO: check alternative of v-html as v-strip-unsafe-html not working -->
<div v-strip-unsafe-html="suggestionReason"></div>
<div v-html="suggestionReason"></div>
</div>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
</div>
<!-- TODO: check alternative of v-html as v-strip-unsafe-html not working -->
<div
v-strip-unsafe-html="reviewerSuggestion.suggestionReason"
class="text-sm-normal text-secondary"
v-html="reviewerSuggestion.suggestionReason"
></div>
</div>
</div>
Expand Down

0 comments on commit 5e92ebc

Please sign in to comment.