]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/bin/ls-latex.py
release: 1.2.7
[lilypond.git] / stepmake / bin / ls-latex.py
index a2bbda225b29309134c6ddba1f25ece1a610448b..bf170fba554332f4a97b6e59c5500727e2737509 100644 (file)
@@ -143,7 +143,10 @@ for opt in options:
 
 l = sys.stdout
 
-l.write ('<html><title>%s</title><h1> %s</h1><ul>\n' % (title, title))
+l.write (r"""<html><title>%s</title>
+<body>
+<h1> %s</h1><ul>
+""" % (title, title))
 
 
 for x in files:
@@ -161,5 +164,5 @@ for x in files:
        head.title = head.filename
     print_html_head (l, pre, head)
 
-l.write ('</ul></html>')
+l.write ('</ul></body></html>')