From cc20e47f421afcb3bc6cd3d5be73566a605d6fd3 Mon Sep 17 00:00:00 2001 From: Manuel Kasper Date: Thu, 6 Oct 2022 17:09:29 +0200 Subject: [PATCH] Fix tag order to comply with schema --- src/components/TrackLink.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TrackLink.vue b/src/components/TrackLink.vue index 8ccdeee..2271365 100644 --- a/src/components/TrackLink.vue +++ b/src/components/TrackLink.vue @@ -44,8 +44,8 @@ export default { ${this.escapeHtml(this.route.title)} - ${this.route.author} ${this.escapeHtml(this.route.description)} + ${this.route.author} ${trkpts.join('\n')}