texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[7936] html: Declare character encoding sooner


From: mthl
Subject: [7936] html: Declare character encoding sooner
Date: Fri, 25 Aug 2017 09:41:17 -0400 (EDT)

Revision: 7936
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7936
Author:   mthl
Date:     2017-08-25 09:41:16 -0400 (Fri, 25 Aug 2017)
Log Message:
-----------
html: Declare character encoding sooner

* tp/Texinfo/Convert/HTML.pm (_default_node_redirection_page)
(_default_begin_file): Move '$encoding' to the top of the '<head>'
element.  This removes a warning in recent browsers that check if
the encoding declaration is present in the first 1024 bytes of the
file.  See
https://www.w3.org/TR/html5/document-metadata.html#character-encoding-declaration

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/Texinfo/Convert/HTML.pm
    trunk/tp/tests/formatting/res_parser/cond/cond.html
    trunk/tp/tests/formatting/res_parser/cond_ifhtml_ifinfo_iftex/cond.html
    
trunk/tp/tests/formatting/res_parser/cond_no-ifhtml_no-ifinfo_no-iftex/cond.html
    trunk/tp/tests/formatting/res_parser/defcondx_Dbar/defxcond.html
    trunk/tp/tests/formatting/res_parser/defcondx_Ubar/defxcond.html
    
trunk/tp/tests/formatting/res_parser/documentlanguage_set_option/documentlanguage_set.html
    
trunk/tp/tests/formatting/res_parser/documentlanguage_set_unknown/documentlanguage_set.html
    trunk/tp/tests/formatting/res_parser/empty/empty.html
    trunk/tp/tests/formatting/res_parser/float_copying/Copying-and-floats.html
    
trunk/tp/tests/formatting/res_parser/float_copying/caption-copying-footnote-anchor.html
    trunk/tp/tests/formatting/res_parser/float_copying/float_copying_abt.html
    trunk/tp/tests/formatting/res_parser/float_copying/float_copying_fot.html
    trunk/tp/tests/formatting/res_parser/float_copying/index.html
    trunk/tp/tests/formatting/res_parser/float_copying/public-domain-anchor.html
    trunk/tp/tests/formatting/res_parser/float_copying/public-domain.html
    
trunk/tp/tests/formatting/res_parser/ignore_and_comments_output/ignore_and_comments.html
    trunk/tp/tests/formatting/res_parser/one_line/one_line.html
    
trunk/tp/tests/formatting/res_parser/one_line_no_content/one_line_no_content.html
    trunk/tp/tests/formatting/res_parser/simplest_test_css/simplest.html
    
trunk/tp/tests/formatting/res_parser/simplest_test_date_in_header/simplest.html
    trunk/tp/tests/formatting/res_parser/simplest_test_prefix/truc.html
    trunk/tp/tests/formatting/res_parser/test_redefine_need/test_need.html
    
trunk/tp/tests/formatting/res_parser/unknown_nodes_renamed/unknown_nodes_renamed.html
    trunk/tp/tests/many_input_files/index_split_res/first.html
    trunk/tp/tests/many_input_files/index_split_res/index.html
    trunk/tp/tests/many_input_files/index_split_res/index_split_abt.html
    trunk/tp/tests/many_input_files/index_split_res/node-2-in-section-3.html
    trunk/tp/tests/many_input_files/index_split_res/node-3-in-section-3.html
    trunk/tp/tests/many_input_files/index_split_res/node-in-section-3.html
    trunk/tp/tests/many_input_files/index_split_res/second-chapter.html
    trunk/tp/tests/many_input_files/index_split_res/section-1.html
    trunk/tp/tests/many_input_files/index_split_res/section-2.html
    trunk/tp/tests/many_input_files/index_split_res/section-3.html
    trunk/tp/tests/many_input_files/index_split_res/subsection-1.html
    trunk/tp/tests/many_input_files/index_split_res/subsection-2.html
    trunk/tp/tests/many_input_files/indices_res/index.html
    trunk/tp/tests/many_input_files/indices_res/index_table_abt.html
    trunk/tp/tests/many_input_files/indices_res/index_table_toc.html
    trunk/tp/tests/many_input_files/indices_res/indices-refs.html
    trunk/tp/tests/many_input_files/indices_res/node-with-ftable-and-vtable.html
    trunk/tp/tests/many_input_files/indices_res/node-with-printindex.html
    trunk/tp/tests/many_input_files/indices_res/node.html

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/ChangeLog     2017-08-25 13:41:16 UTC (rev 7936)
@@ -1,3 +1,12 @@
+2017-08-25  Mathieu Lirzin  <address@hidden>
+
+       * tp/Texinfo/Convert/HTML.pm (_default_node_redirection_page)
+       (_default_begin_file): Move '$encoding' to the top of the '<head>'
+       element.  This removes a warning in recent browsers that check if
+       the encoding declaration is present in the first 1024 bytes of the
+       file.  See
+       
https://www.w3.org/TR/html5/document-metadata.html#character-encoding-declaration
+
 2017-08-23  Gavin Smith  <address@hidden>
 
        * doc/texinfo.tex (\entry): When splitting the text across 

Modified: trunk/tp/Texinfo/Convert/HTML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/HTML.pm    2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/tp/Texinfo/Convert/HTML.pm    2017-08-25 13:41:16 UTC (rev 7936)
@@ -6328,6 +6328,7 @@
 <html>
 $copying_comment<!-- Created by $program_and_version, $program_homepage -->
 <head>
+$encoding
 <title>$title</title>
 
 $description
@@ -6334,7 +6335,6 @@
 <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>
@@ -6366,6 +6366,7 @@
 $copying_comment<!-- Created by $program_and_version, $program_homepage -->
 <!-- This file redirects to the location of a node or anchor -->
 <head>
+$encoding
 <title>$title</title>
 
 $description
@@ -6372,7 +6373,6 @@
 <meta name=\"keywords\" content=\"$title\">
 <meta name=\"resource-type\" content=\"document\">
 <meta name=\"distribution\" content=\"global\">${generator}$date
-$encoding
 $css_lines
 <meta http-equiv=\"Refresh\" content=\"0; url=$href\">
 $extra_head

Modified: trunk/tp/tests/formatting/res_parser/cond/cond.html
===================================================================
--- trunk/tp/tests/formatting/res_parser/cond/cond.html 2017-08-23 19:41:06 UTC 
(rev 7935)
+++ trunk/tp/tests/formatting/res_parser/cond/cond.html 2017-08-25 13:41:16 UTC 
(rev 7936)
@@ -2,6 +2,7 @@
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Untitled Document</title>
 
 <meta name="description" content="Untitled Document">
@@ -9,7 +10,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: 
trunk/tp/tests/formatting/res_parser/cond_ifhtml_ifinfo_iftex/cond.html
===================================================================
--- trunk/tp/tests/formatting/res_parser/cond_ifhtml_ifinfo_iftex/cond.html     
2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/formatting/res_parser/cond_ifhtml_ifinfo_iftex/cond.html     
2017-08-25 13:41:16 UTC (rev 7936)
@@ -2,6 +2,7 @@
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Untitled Document</title>
 
 <meta name="description" content="Untitled Document">
@@ -9,7 +10,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: 
trunk/tp/tests/formatting/res_parser/cond_no-ifhtml_no-ifinfo_no-iftex/cond.html
===================================================================
--- 
trunk/tp/tests/formatting/res_parser/cond_no-ifhtml_no-ifinfo_no-iftex/cond.html
    2017-08-23 19:41:06 UTC (rev 7935)
+++ 
trunk/tp/tests/formatting/res_parser/cond_no-ifhtml_no-ifinfo_no-iftex/cond.html
    2017-08-25 13:41:16 UTC (rev 7936)
@@ -2,6 +2,7 @@
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Untitled Document</title>
 
 <meta name="description" content="Untitled Document">
@@ -9,7 +10,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: trunk/tp/tests/formatting/res_parser/defcondx_Dbar/defxcond.html
===================================================================
--- trunk/tp/tests/formatting/res_parser/defcondx_Dbar/defxcond.html    
2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/formatting/res_parser/defcondx_Dbar/defxcond.html    
2017-08-25 13:41:16 UTC (rev 7936)
@@ -2,6 +2,7 @@
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Untitled Document</title>
 
 <meta name="description" content="Untitled Document">
@@ -9,7 +10,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: trunk/tp/tests/formatting/res_parser/defcondx_Ubar/defxcond.html
===================================================================
--- trunk/tp/tests/formatting/res_parser/defcondx_Ubar/defxcond.html    
2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/formatting/res_parser/defcondx_Ubar/defxcond.html    
2017-08-25 13:41:16 UTC (rev 7936)
@@ -2,6 +2,7 @@
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Untitled Document</title>
 
 <meta name="description" content="Untitled Document">
@@ -9,7 +10,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: 
trunk/tp/tests/formatting/res_parser/documentlanguage_set_option/documentlanguage_set.html
===================================================================
--- 
trunk/tp/tests/formatting/res_parser/documentlanguage_set_option/documentlanguage_set.html
  2017-08-23 19:41:06 UTC (rev 7935)
+++ 
trunk/tp/tests/formatting/res_parser/documentlanguage_set_option/documentlanguage_set.html
  2017-08-25 13:41:16 UTC (rev 7936)
@@ -2,6 +2,7 @@
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Test @documentlanguage set</title>
 
 <meta name="description" content="Test @documentlanguage set">
@@ -9,7 +10,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: 
trunk/tp/tests/formatting/res_parser/documentlanguage_set_unknown/documentlanguage_set.html
===================================================================
--- 
trunk/tp/tests/formatting/res_parser/documentlanguage_set_unknown/documentlanguage_set.html
 2017-08-23 19:41:06 UTC (rev 7935)
+++ 
trunk/tp/tests/formatting/res_parser/documentlanguage_set_unknown/documentlanguage_set.html
 2017-08-25 13:41:16 UTC (rev 7936)
@@ -2,6 +2,7 @@
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Test @documentlanguage set</title>
 
 <meta name="description" content="Test @documentlanguage set">
@@ -9,7 +10,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: trunk/tp/tests/formatting/res_parser/empty/empty.html
===================================================================
--- trunk/tp/tests/formatting/res_parser/empty/empty.html       2017-08-23 
19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/formatting/res_parser/empty/empty.html       2017-08-25 
13:41:16 UTC (rev 7936)
@@ -2,6 +2,7 @@
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Untitled Document</title>
 
 <meta name="description" content="Untitled Document">
@@ -9,7 +10,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: 
trunk/tp/tests/formatting/res_parser/float_copying/Copying-and-floats.html
===================================================================
--- trunk/tp/tests/formatting/res_parser/float_copying/Copying-and-floats.html  
2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/formatting/res_parser/float_copying/Copying-and-floats.html  
2017-08-25 13:41:16 UTC (rev 7936)
@@ -8,6 +8,7 @@
  -->
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Appendix A Copying and floats (Top)</title>
 
 <meta name="description" content="Appendix A Copying and floats (Top)">
@@ -15,7 +16,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: 
trunk/tp/tests/formatting/res_parser/float_copying/caption-copying-footnote-anchor.html
===================================================================
--- 
trunk/tp/tests/formatting/res_parser/float_copying/caption-copying-footnote-anchor.html
     2017-08-23 19:41:06 UTC (rev 7935)
+++ 
trunk/tp/tests/formatting/res_parser/float_copying/caption-copying-footnote-anchor.html
     2017-08-25 13:41:16 UTC (rev 7936)
@@ -9,6 +9,7 @@
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <!-- This file redirects to the location of a node or anchor -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>caption copying footnote anchor (Top)</title>
 
 <meta name="description" content="caption copying footnote anchor (Top)">
@@ -16,7 +17,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: 
trunk/tp/tests/formatting/res_parser/float_copying/float_copying_abt.html
===================================================================
--- trunk/tp/tests/formatting/res_parser/float_copying/float_copying_abt.html   
2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/formatting/res_parser/float_copying/float_copying_abt.html   
2017-08-25 13:41:16 UTC (rev 7936)
@@ -8,6 +8,7 @@
  -->
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>About This Document (Top)</title>
 
 <meta name="description" content="About This Document (Top)">
@@ -15,7 +16,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: 
trunk/tp/tests/formatting/res_parser/float_copying/float_copying_fot.html
===================================================================
--- trunk/tp/tests/formatting/res_parser/float_copying/float_copying_fot.html   
2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/formatting/res_parser/float_copying/float_copying_fot.html   
2017-08-25 13:41:16 UTC (rev 7936)
@@ -8,6 +8,7 @@
  -->
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Footnotes (Top)</title>
 
 <meta name="description" content="Footnotes (Top)">
@@ -15,7 +16,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: trunk/tp/tests/formatting/res_parser/float_copying/index.html
===================================================================
--- trunk/tp/tests/formatting/res_parser/float_copying/index.html       
2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/formatting/res_parser/float_copying/index.html       
2017-08-25 13:41:16 UTC (rev 7936)
@@ -8,6 +8,7 @@
  -->
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Top</title>
 
 <meta name="description" content="Top">
@@ -15,7 +16,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: 
trunk/tp/tests/formatting/res_parser/float_copying/public-domain-anchor.html
===================================================================
--- 
trunk/tp/tests/formatting/res_parser/float_copying/public-domain-anchor.html    
    2017-08-23 19:41:06 UTC (rev 7935)
+++ 
trunk/tp/tests/formatting/res_parser/float_copying/public-domain-anchor.html    
    2017-08-25 13:41:16 UTC (rev 7936)
@@ -9,6 +9,7 @@
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <!-- This file redirects to the location of a node or anchor -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>public domain anchor (Top)</title>
 
 <meta name="description" content="public domain anchor (Top)">
@@ -16,7 +17,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: trunk/tp/tests/formatting/res_parser/float_copying/public-domain.html
===================================================================
--- trunk/tp/tests/formatting/res_parser/float_copying/public-domain.html       
2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/formatting/res_parser/float_copying/public-domain.html       
2017-08-25 13:41:16 UTC (rev 7936)
@@ -9,6 +9,7 @@
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <!-- This file redirects to the location of a node or anchor -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Copyright notice 1 (Top)</title>
 
 <meta name="description" content="Copyright notice 1 (Top)">
@@ -16,7 +17,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: 
trunk/tp/tests/formatting/res_parser/ignore_and_comments_output/ignore_and_comments.html
===================================================================
--- 
trunk/tp/tests/formatting/res_parser/ignore_and_comments_output/ignore_and_comments.html
    2017-08-23 19:41:06 UTC (rev 7935)
+++ 
trunk/tp/tests/formatting/res_parser/ignore_and_comments_output/ignore_and_comments.html
    2017-08-25 13:41:16 UTC (rev 7936)
@@ -2,6 +2,7 @@
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Untitled Document</title>
 
 <meta name="description" content="Untitled Document">
@@ -9,7 +10,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: trunk/tp/tests/formatting/res_parser/one_line/one_line.html
===================================================================
--- trunk/tp/tests/formatting/res_parser/one_line/one_line.html 2017-08-23 
19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/formatting/res_parser/one_line/one_line.html 2017-08-25 
13:41:16 UTC (rev 7936)
@@ -2,6 +2,7 @@
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Untitled Document</title>
 
 <meta name="description" content="Untitled Document">
@@ -9,7 +10,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: 
trunk/tp/tests/formatting/res_parser/one_line_no_content/one_line_no_content.html
===================================================================
--- 
trunk/tp/tests/formatting/res_parser/one_line_no_content/one_line_no_content.html
   2017-08-23 19:41:06 UTC (rev 7935)
+++ 
trunk/tp/tests/formatting/res_parser/one_line_no_content/one_line_no_content.html
   2017-08-25 13:41:16 UTC (rev 7936)
@@ -2,6 +2,7 @@
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Untitled Document</title>
 
 <meta name="description" content="Untitled Document">
@@ -9,7 +10,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: trunk/tp/tests/formatting/res_parser/simplest_test_css/simplest.html
===================================================================
--- trunk/tp/tests/formatting/res_parser/simplest_test_css/simplest.html        
2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/formatting/res_parser/simplest_test_css/simplest.html        
2017-08-25 13:41:16 UTC (rev 7936)
@@ -2,6 +2,7 @@
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Untitled Document</title>
 
 <meta name="description" content="Untitled Document">
@@ -9,7 +10,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 /* a comment */

Modified: 
trunk/tp/tests/formatting/res_parser/simplest_test_date_in_header/simplest.html
===================================================================
--- 
trunk/tp/tests/formatting/res_parser/simplest_test_date_in_header/simplest.html 
    2017-08-23 19:41:06 UTC (rev 7935)
+++ 
trunk/tp/tests/formatting/res_parser/simplest_test_date_in_header/simplest.html 
    2017-08-25 13:41:16 UTC (rev 7936)
@@ -2,6 +2,7 @@
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Untitled Document</title>
 
 <meta name="description" content="Untitled Document">
@@ -10,7 +11,6 @@
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
 <meta name="date" content="a sunny day">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: trunk/tp/tests/formatting/res_parser/simplest_test_prefix/truc.html
===================================================================
--- trunk/tp/tests/formatting/res_parser/simplest_test_prefix/truc.html 
2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/formatting/res_parser/simplest_test_prefix/truc.html 
2017-08-25 13:41:16 UTC (rev 7936)
@@ -2,6 +2,7 @@
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Untitled Document</title>
 
 <meta name="description" content="Untitled Document">
@@ -9,7 +10,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: trunk/tp/tests/formatting/res_parser/test_redefine_need/test_need.html
===================================================================
--- trunk/tp/tests/formatting/res_parser/test_redefine_need/test_need.html      
2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/formatting/res_parser/test_redefine_need/test_need.html      
2017-08-25 13:41:16 UTC (rev 7936)
@@ -2,6 +2,7 @@
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Test need</title>
 
 <meta name="description" content="Test need">
@@ -9,7 +10,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: 
trunk/tp/tests/formatting/res_parser/unknown_nodes_renamed/unknown_nodes_renamed.html
===================================================================
--- 
trunk/tp/tests/formatting/res_parser/unknown_nodes_renamed/unknown_nodes_renamed.html
       2017-08-23 19:41:06 UTC (rev 7935)
+++ 
trunk/tp/tests/formatting/res_parser/unknown_nodes_renamed/unknown_nodes_renamed.html
       2017-08-25 13:41:16 UTC (rev 7936)
@@ -2,6 +2,7 @@
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Untitled Document</title>
 
 <meta name="description" content="Untitled Document">
@@ -9,7 +10,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: trunk/tp/tests/many_input_files/index_split_res/first.html
===================================================================
--- trunk/tp/tests/many_input_files/index_split_res/first.html  2017-08-23 
19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/many_input_files/index_split_res/first.html  2017-08-25 
13:41:16 UTC (rev 7936)
@@ -2,6 +2,7 @@
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>1 First chapter (split indices)</title>
 
 <meta name="description" content="1 First chapter (split indices)">
@@ -9,7 +10,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: trunk/tp/tests/many_input_files/index_split_res/index.html
===================================================================
--- trunk/tp/tests/many_input_files/index_split_res/index.html  2017-08-23 
19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/many_input_files/index_split_res/index.html  2017-08-25 
13:41:16 UTC (rev 7936)
@@ -2,6 +2,7 @@
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>split indices</title>
 
 <meta name="description" content="split indices">
@@ -9,7 +10,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: trunk/tp/tests/many_input_files/index_split_res/index_split_abt.html
===================================================================
--- trunk/tp/tests/many_input_files/index_split_res/index_split_abt.html        
2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/many_input_files/index_split_res/index_split_abt.html        
2017-08-25 13:41:16 UTC (rev 7936)
@@ -2,6 +2,7 @@
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>About This Document (split indices)</title>
 
 <meta name="description" content="About This Document (split indices)">
@@ -9,7 +10,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: 
trunk/tp/tests/many_input_files/index_split_res/node-2-in-section-3.html
===================================================================
--- trunk/tp/tests/many_input_files/index_split_res/node-2-in-section-3.html    
2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/many_input_files/index_split_res/node-2-in-section-3.html    
2017-08-25 13:41:16 UTC (rev 7936)
@@ -3,6 +3,7 @@
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <!-- This file redirects to the location of a node or anchor -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>node 2 in section 3 (split indices)</title>
 
 <meta name="description" content="node 2 in section 3 (split indices)">
@@ -10,7 +11,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: 
trunk/tp/tests/many_input_files/index_split_res/node-3-in-section-3.html
===================================================================
--- trunk/tp/tests/many_input_files/index_split_res/node-3-in-section-3.html    
2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/many_input_files/index_split_res/node-3-in-section-3.html    
2017-08-25 13:41:16 UTC (rev 7936)
@@ -3,6 +3,7 @@
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <!-- This file redirects to the location of a node or anchor -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>node 3 in section 3 (split indices)</title>
 
 <meta name="description" content="node 3 in section 3 (split indices)">
@@ -10,7 +11,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: trunk/tp/tests/many_input_files/index_split_res/node-in-section-3.html
===================================================================
--- trunk/tp/tests/many_input_files/index_split_res/node-in-section-3.html      
2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/many_input_files/index_split_res/node-in-section-3.html      
2017-08-25 13:41:16 UTC (rev 7936)
@@ -3,6 +3,7 @@
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <!-- This file redirects to the location of a node or anchor -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>node in section 3 (split indices)</title>
 
 <meta name="description" content="node in section 3 (split indices)">
@@ -10,7 +11,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: trunk/tp/tests/many_input_files/index_split_res/second-chapter.html
===================================================================
--- trunk/tp/tests/many_input_files/index_split_res/second-chapter.html 
2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/many_input_files/index_split_res/second-chapter.html 
2017-08-25 13:41:16 UTC (rev 7936)
@@ -2,6 +2,7 @@
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>2 Second chapter (split indices)</title>
 
 <meta name="description" content="2 Second chapter (split indices)">
@@ -9,7 +10,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: trunk/tp/tests/many_input_files/index_split_res/section-1.html
===================================================================
--- trunk/tp/tests/many_input_files/index_split_res/section-1.html      
2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/many_input_files/index_split_res/section-1.html      
2017-08-25 13:41:16 UTC (rev 7936)
@@ -3,6 +3,7 @@
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <!-- This file redirects to the location of a node or anchor -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>section 1 (split indices)</title>
 
 <meta name="description" content="section 1 (split indices)">
@@ -10,7 +11,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: trunk/tp/tests/many_input_files/index_split_res/section-2.html
===================================================================
--- trunk/tp/tests/many_input_files/index_split_res/section-2.html      
2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/many_input_files/index_split_res/section-2.html      
2017-08-25 13:41:16 UTC (rev 7936)
@@ -3,6 +3,7 @@
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <!-- This file redirects to the location of a node or anchor -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>section 2 (split indices)</title>
 
 <meta name="description" content="section 2 (split indices)">
@@ -10,7 +11,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: trunk/tp/tests/many_input_files/index_split_res/section-3.html
===================================================================
--- trunk/tp/tests/many_input_files/index_split_res/section-3.html      
2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/many_input_files/index_split_res/section-3.html      
2017-08-25 13:41:16 UTC (rev 7936)
@@ -3,6 +3,7 @@
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <!-- This file redirects to the location of a node or anchor -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>section 3 (split indices)</title>
 
 <meta name="description" content="section 3 (split indices)">
@@ -10,7 +11,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: trunk/tp/tests/many_input_files/index_split_res/subsection-1.html
===================================================================
--- trunk/tp/tests/many_input_files/index_split_res/subsection-1.html   
2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/many_input_files/index_split_res/subsection-1.html   
2017-08-25 13:41:16 UTC (rev 7936)
@@ -3,6 +3,7 @@
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <!-- This file redirects to the location of a node or anchor -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>subsection 1 (split indices)</title>
 
 <meta name="description" content="subsection 1 (split indices)">
@@ -10,7 +11,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: trunk/tp/tests/many_input_files/index_split_res/subsection-2.html
===================================================================
--- trunk/tp/tests/many_input_files/index_split_res/subsection-2.html   
2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/many_input_files/index_split_res/subsection-2.html   
2017-08-25 13:41:16 UTC (rev 7936)
@@ -3,6 +3,7 @@
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <!-- This file redirects to the location of a node or anchor -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>subsection 2 (split indices)</title>
 
 <meta name="description" content="subsection 2 (split indices)">
@@ -10,7 +11,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: trunk/tp/tests/many_input_files/indices_res/index.html
===================================================================
--- trunk/tp/tests/many_input_files/indices_res/index.html      2017-08-23 
19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/many_input_files/indices_res/index.html      2017-08-25 
13:41:16 UTC (rev 7936)
@@ -2,6 +2,7 @@
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Test for indices</title>
 
 <meta name="description" content="Test for indices">
@@ -9,7 +10,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: trunk/tp/tests/many_input_files/indices_res/index_table_abt.html
===================================================================
--- trunk/tp/tests/many_input_files/indices_res/index_table_abt.html    
2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/many_input_files/indices_res/index_table_abt.html    
2017-08-25 13:41:16 UTC (rev 7936)
@@ -2,6 +2,7 @@
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>About This Document (Test for indices)</title>
 
 <meta name="description" content="About This Document (Test for indices)">
@@ -9,7 +10,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: trunk/tp/tests/many_input_files/indices_res/index_table_toc.html
===================================================================
--- trunk/tp/tests/many_input_files/indices_res/index_table_toc.html    
2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/many_input_files/indices_res/index_table_toc.html    
2017-08-25 13:41:16 UTC (rev 7936)
@@ -2,6 +2,7 @@
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Table of Contents (Test for indices)</title>
 
 <meta name="description" content="Table of Contents (Test for indices)">
@@ -9,7 +10,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: trunk/tp/tests/many_input_files/indices_res/indices-refs.html
===================================================================
--- trunk/tp/tests/many_input_files/indices_res/indices-refs.html       
2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/many_input_files/indices_res/indices-refs.html       
2017-08-25 13:41:16 UTC (rev 7936)
@@ -2,6 +2,7 @@
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>3 Indices refs (Test for indices)</title>
 
 <meta name="description" content="3 Indices refs (Test for indices)">
@@ -9,7 +10,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: 
trunk/tp/tests/many_input_files/indices_res/node-with-ftable-and-vtable.html
===================================================================
--- 
trunk/tp/tests/many_input_files/indices_res/node-with-ftable-and-vtable.html    
    2017-08-23 19:41:06 UTC (rev 7935)
+++ 
trunk/tp/tests/many_input_files/indices_res/node-with-ftable-and-vtable.html    
    2017-08-25 13:41:16 UTC (rev 7936)
@@ -2,6 +2,7 @@
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>1 first node chapter, with ftable and vtable (Test for indices)</title>
 
 <meta name="description" content="1 first node chapter, with ftable and vtable 
(Test for indices)">
@@ -9,7 +10,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: trunk/tp/tests/many_input_files/indices_res/node-with-printindex.html
===================================================================
--- trunk/tp/tests/many_input_files/indices_res/node-with-printindex.html       
2017-08-23 19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/many_input_files/indices_res/node-with-printindex.html       
2017-08-25 13:41:16 UTC (rev 7936)
@@ -2,6 +2,7 @@
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>2 node with printindex (Test for indices)</title>
 
 <meta name="description" content="2 node with printindex (Test for indices)">
@@ -9,7 +10,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Modified: trunk/tp/tests/many_input_files/indices_res/node.html
===================================================================
--- trunk/tp/tests/many_input_files/indices_res/node.html       2017-08-23 
19:41:06 UTC (rev 7935)
+++ trunk/tp/tests/many_input_files/indices_res/node.html       2017-08-25 
13:41:16 UTC (rev 7936)
@@ -3,6 +3,7 @@
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <!-- This file redirects to the location of a node or anchor -->
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>node (Test for indices)</title>
 
 <meta name="description" content="node (Test for indices)">
@@ -10,7 +11,6 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]