]> git.donarmstrong.com Git - lilypond.git/commitdiff
texi2html: Second part of fix for 861: Do the changes also to the main web page
authorReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 13 Nov 2009 17:19:17 +0000 (18:19 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Thu, 19 Nov 2009 13:03:48 +0000 (14:03 +0100)
Documentation/web-texi2html.init

index fb49202c8f365dc65373b739d9056084aecb0d9e..cdbe14492c23cf6decf25ec087fab099451b7901 100644 (file)
@@ -110,6 +110,9 @@ sub ly_get_string () {
 ###  SETTINGS FOR TEXI2HTML
 #############################################################################
 
+# no bgcolor and link colors in <body> tag
+# in texi2html >=1.83, override $Texi2HTML::Config::html_default_bodytext instead
+$Texi2HTML::Config::BODYTEXT = "";
 # Validation fix for texi2html<=1.82
 $Texi2HTML::Config::DOCTYPE = '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">';