Skip to content

Commit

Permalink
Merge pull request #219 from noi-techpark/main
Browse files Browse the repository at this point in the history
try component description as html
  • Loading branch information
RudiThoeni authored Dec 10, 2024
2 parents af5d3d9 + c3c835c commit 70d33a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/src/components/webcomponent/WcDetailBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ SPDX-License-Identifier: AGPL-3.0-or-later
<div class="d-flex">
<div class="full-width mr-2">

{{ component.description }}


<div v-html="component.description"></div>
<!-- {{ component.description }} -->
</div>
</div>
</div>
Expand Down

0 comments on commit 70d33a1

Please sign in to comment.