texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: update test result


From: Gavin D. Smith
Subject: branch master updated: update test result
Date: Sun, 20 Nov 2022 07:24:20 -0500

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

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new f069a2b1da update test result
f069a2b1da is described below

commit f069a2b1daf831fb5cb58dacf583411fafae9a55
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Nov 20 12:24:11 2022 +0000

    update test result
---
 .../formatting_epub_nodes/formatting_epub_package/EPUB/js/info.js      | 3 ++-
 1 file changed, 2 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..f5039928b4 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
@@ -1455,7 +1455,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]