[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Remove encoding warning in Firefox
From: |
Ineiev |
Subject: |
Re: [PATCH] Remove encoding warning in Firefox |
Date: |
Wed, 23 Aug 2017 01:35:53 -0400 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Tue, Aug 22, 2017 at 06:07:14PM +0200, Mathieu Lirzin wrote:
> Index: tp/Texinfo/Convert/HTML.pm
> ===================================================================
> --- tp/Texinfo/Convert/HTML.pm (revision 7934)
> +++ tp/Texinfo/Convert/HTML.pm (working copy)
> @@ -6330,11 +6330,11 @@
> <head>
> <title>$title</title>
>
> +$encoding
> $description
> <meta name=\"keywords\" content=\"$title\">
> <meta name=\"resource-type\" content=\"document\">
> <meta name=\"distribution\" content=\"global\">${generator}$date
> -$encoding
> ${links}$css_lines
> $extra_head
> </head>
I'd suggest moving it yet upper, next to <head>.
Re: [PATCH] Remove encoding warning in Firefox,
Ineiev <=