From: fred Date: Sun, 24 Mar 2002 20:14:14 +0000 (+0000) Subject: lilypond-1.0.8 X-Git-Tag: release/1.5.59~2955 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e74d3353d432aed5be6636489021f392b2eabf97;p=lilypond.git lilypond-1.0.8 --- 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]