File tree 1 file changed +2
-6
lines changed
src/pages/reviewerSubmission
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 54
54
<template #header >
55
55
<h3 >{{ t('reviewer.submission.reviewRound.comments.authorAndEditor') }}</h3 >
56
56
</template >
57
- <p v-for =" reviewComment in store.reviewRoundHistory.comments" >
58
- {{ reviewComment }}
59
- </p >
57
+ <p v-for =" reviewComment in store.reviewRoundHistory.comments" v-html =" reviewComment" ></p >
60
58
</PanelSection >
61
59
<PanelSection v-if =" store.reviewRoundHistory.privateComments.length" >
62
60
<template #header >
63
61
<h3 >{{ t('reviewer.submission.reviewRound.comments.editorOnly') }}</h3 >
64
62
</template >
65
- <p v-for =" reviewComment in store.reviewRoundHistory.privateComments" >
66
- {{ reviewComment }}
67
- </p >
63
+ <p v-for =" reviewComment in store.reviewRoundHistory.privateComments" v-html =" reviewComment" ></p >
68
64
</PanelSection >
69
65
</PanelSection >
70
66
</Panel >
You can’t perform that action at this time.
0 commit comments