bug fixes, changed delim
This commit is contained in:
@@ -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 -%]
|
||||
|
||||
Reference in New Issue
Block a user