From bb54b285137215b1fa4a174fee6cca51f5ba5f2d Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Fri, 21 Mar 2008 03:02:41 +0100 Subject: [PATCH] lilypond-book: Generate valid HTML 4.01 Transistional The tag does not have a valign attribute defined, and valid values for align are top|bottom|middle|left|right, so replace center with middle... --- scripts/lilypond-book.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 6088677516..5e6ff2b32a 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -590,7 +590,7 @@ output = { ''', OUTPUT: r''' - %(alt)s''', PRINTFILENAME: '

%(filename)s

', @@ -655,7 +655,7 @@ output = { @html

- %(alt)s

-- 2.39.5