From 96255bd9b52c6d030bb5ddd16c635dab5e0f5482 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Fri, 13 Nov 2009 18:19:17 +0100 Subject: [PATCH] texi2html: Second part of fix for 861: Do the changes also to the main web page --- Documentation/web-texi2html.init | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/web-texi2html.init b/Documentation/web-texi2html.init index fb49202c8f..cdbe14492c 100644 --- a/Documentation/web-texi2html.init +++ b/Documentation/web-texi2html.init @@ -110,6 +110,9 @@ sub ly_get_string () { ### SETTINGS FOR TEXI2HTML ############################################################################# +# no bgcolor and link colors in tag +# in texi2html >=1.83, override $Texi2HTML::Config::html_default_bodytext instead +$Texi2HTML::Config::BODYTEXT = ""; # Validation fix for texi2html<=1.82 $Texi2HTML::Config::DOCTYPE = ''; -- 2.39.5