diff options
Diffstat (limited to 'apps/updatenotification/src/components/Markdown.vue')
-rw-r--r-- | apps/updatenotification/src/components/Markdown.vue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/updatenotification/src/components/Markdown.vue b/apps/updatenotification/src/components/Markdown.vue index ce69477a1bf..125b0ff96a9 100644 --- a/apps/updatenotification/src/components/Markdown.vue +++ b/apps/updatenotification/src/components/Markdown.vue @@ -1,3 +1,7 @@ +<!-- + - SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors + - SPDX-License-Identifier: AGPL-3.0-or-later +--> <template> <!-- eslint-disable-next-line vue/no-v-html --> <div class="markdown" v-html="html" /> |