Added sorting to arr in xmlprovider

This commit is contained in:
Simon Martens
2025-01-16 23:46:54 +01:00
parent ff310265e4
commit e8e8d9ae00
7 changed files with 53 additions and 9 deletions

View File

@@ -46,7 +46,7 @@
<!-- Notizen -->
{{ range $annotation := $piece.AnnotationNote.Annotations }}
<div>
<div class="italic">
{{ $annotation.Inner.InnerXML }}
</div>
{{ end }}