Skip to content

Commit

Permalink
Merge pull request #49346 from nextcloud/fix/drop-v-html
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Nov 19, 2024
2 parents fb75e2d + 2887c16 commit 47322e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/src/components/setup/RecommendedApps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<img :src="customIcon(app.id)" alt="">
<div class="info">
<h3>{{ customName(app) }}</h3>
<p v-html="customDescription(app.id)" />
<p v-text="customDescription(app.id)" />
<p v-if="app.installationError">
<strong>{{ t('core', 'App download or installation failed') }}</strong>
</p>
Expand Down
Loading

0 comments on commit 47322e8

Please sign in to comment.