Fix tag order to comply with schema

pull/12/merge
Manuel Kasper 2022-10-06 17:09:29 +02:00
rodzic 121d5306e7
commit cc20e47f42
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -44,8 +44,8 @@ export default {
</metadata>
<trk>
<name>${this.escapeHtml(this.route.title)}</name>
<src>${this.route.author}</src>
<desc>${this.escapeHtml(this.route.description)}</desc>
<src>${this.route.author}</src>
<trkseg>
${trkpts.join('\n')}
</trkseg>