texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * util/texinfo.dtd: fix typo in link attribute de


From: Patrice Dumas
Subject: branch master updated: * util/texinfo.dtd: fix typo in link attribute declaration.
Date: Mon, 10 Jul 2023 17:48:54 -0400

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

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 266d2bc977 * util/texinfo.dtd: fix typo in link attribute declaration.
266d2bc977 is described below

commit 266d2bc977821a46d5841d86fffc8b9752ac6859
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Jul 10 23:48:44 2023 +0200

    * util/texinfo.dtd: fix typo in link attribute declaration.
---
 ChangeLog        | 4 ++++
 util/texinfo.dtd | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 2fb700e2d6..bb0f0fb824 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-07-10  Patrice Dumas  <pertusus@free.fr>
+
+       * util/texinfo.dtd: fix typo in link attribute declaration.
+
 2023-07-10  Gavin Smith <gavinsmith0123@gmail.com>
 
        @link for "Texinfo XML"
diff --git a/util/texinfo.dtd b/util/texinfo.dtd
index 53b2aa756a..c3b0c2f263 100644
--- a/util/texinfo.dtd
+++ b/util/texinfo.dtd
@@ -1299,7 +1299,7 @@
           %spacesattr;>
 
 <!ELEMENT link (linknodename?, linkrefname?, linkinfofile?)>
-<!ATTLIST inforef
+<!ATTLIST link
           %xref.attr;>
 <!ELEMENT linknodename (#PCDATA | %Inline.phrase;)*>
 <!ATTLIST linknodename



reply via email to

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