texinfo-commits
[Top][All Lists]
Advanced

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

branch release/7.0 updated: update test result


From: Gavin D. Smith
Subject: branch release/7.0 updated: update test result
Date: Sun, 20 Nov 2022 11:44:12 -0500

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch release/7.0
in repository texinfo.

The following commit(s) were added to refs/heads/release/7.0 by this push:
     new 6a0dcf8d24 update test result
6a0dcf8d24 is described below

commit 6a0dcf8d248ff95e4827ef6358b17aead2943e8b
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Nov 20 16:44:05 2022 +0000

    update test result
---
 .../formatting_epub_nodes/formatting_epub_package/EPUB/js/info.js    | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 
a/tp/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/js/info.js
 
b/tp/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/js/info.js
index 69c5ad95f3..a8ca7ef35f 100644
--- 
a/tp/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/js/info.js
+++ 
b/tp/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/js/info.js
@@ -1356,6 +1356,8 @@
     add_header (elem)
     {
       var h1 = document.querySelector ("h1.settitle");
+      if (!h1)
+        h1 = document.querySelector ("h1.top");
       if (h1)
         {
           var a = document.createElement ("a");
@@ -1455,7 +1457,8 @@
       if (linkid_contains_index (linkid))
         {
           /* Scan links that should be added to the index.  */
-          var index_links = document.querySelectorAll ("td[valign=top] a");
+          var index_links = document.querySelectorAll
+            ("td.printindex-index-entry a");
           store.dispatch (actions.cache_index_links (index_links));
         }
 



reply via email to

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