X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fbin%2Ftable-to-html.py;h=af199bbfbe47d807d041d0986339b357968598b3;hb=55fa3168d0fb5326341ff56d7a1638c89eb2ebaf;hp=d43590f0d7ffaadb6e65467fb86914645dc3d59c;hpb=b046ce3acb25f54c78a9ccd767ece722a60a7ef6;p=lilypond.git diff --git a/stepmake/bin/table-to-html.py b/stepmake/bin/table-to-html.py index d43590f0d7..af199bbfbe 100644 --- a/stepmake/bin/table-to-html.py +++ b/stepmake/bin/table-to-html.py @@ -102,7 +102,7 @@ def main (): (options, files) = getopt.getopt ( sys.argv[1:], 'to:hp:s:', ['help', 'latex', 'output=', 'package=', 'separator=']) latex = 0 - separator = ':' + separator = '@' output = '' for opt in options: o = opt[0]