diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-03-21 00:44:21 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-03-21 00:44:21 +0000 |
commit | 9c97d13fc183561c48d2da34c8696a1bc890ea61 (patch) | |
tree | f698e5e7908b3d085fdb49ca14dcef8f2b4b82db /stepmake | |
parent | 7ff22a70035e05ad5bfc50cce4c7a2f1905fe5ce (diff) |
(process_music): kludge: add
InstrumentName spanner to axis group of left bound. Fixes chopped
off instrument names in EPS images.
Diffstat (limited to 'stepmake')
-rw-r--r-- | stepmake/bin/add-html-footer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stepmake/bin/add-html-footer.py b/stepmake/bin/add-html-footer.py index d406d3719a..ed45c0aaf0 100644 --- a/stepmake/bin/add-html-footer.py +++ b/stepmake/bin/add-html-footer.py @@ -55,7 +55,7 @@ built = r""" This page is for %(package_name)s-%(package_version)s (%(branch_str)s). <br> </font> <address><font size="-1"> -Report errors to <<a href="%(mail_address_url)s">%(mail_address)s</a>>.</font></address> +Report errors to <a href="%(mail_address_url)s">%(mail_address)s</a>.</font></address> </p> </div> |