bug fixes, changed delim

This commit is contained in:
leopoldfajtak
2024-11-15 13:53:52 +01:00
parent 02557ee6bc
commit 6f60bdd652
16 changed files with 47 additions and 12 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
\begin{document}
[% INCLUDE head.tt %]
[% USE song_choices = datafile("${config_dir}/song_choices.csv", delim='|') %]
[% USE song_choices = datafile("${config_dir}/song_choices.csv", delim= '|') %]
[% FOREACH song = song_choices %]
[% template = song.template == '' ? "song_template.tt" : song.template -%]