Skip to content

Commit

Permalink
Merge pull request #765 from epfml/258-emmanuel-remove-html-injections
Browse files Browse the repository at this point in the history
Remove html injections and undoing model deletion
  • Loading branch information
tomasoignons authored Sep 5, 2024
2 parents 37ebe5e + f4a24f5 commit 3cf5cee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webapp/src/components/pages/TaskList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@
</div>
</template>

<div v-html="task.displayInformation.summary.preview" />
<div>
{{ task.displayInformation.summary.preview }}
</div>
</ButtonsCard>
</div>
</div>
Expand Down
Empty file.

0 comments on commit 3cf5cee

Please sign in to comment.