emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: rapunzel@disroot.org
To: emacs-orgmode@gnu.org
Subject: [PATCH] ox-html.el: Fix DTD typo
Date: Fri, 26 Aug 2022 13:57:03 +0000	[thread overview]
Message-ID: <b6730dae86ee0802bd8eafd775c8f1294197a7fb@disroot.org> (raw)
In-Reply-To: <20220826134905.1038-1-rapunzel@disroot.org>

From: Giovanni Alfredo Garciliano Díaz <giobeatle10@gmail.com>

* lisp/ox-html.el (org-html-doctype-alist): Fix system identifier for XHTML 1.1 DTD

Right DTDs are listed on https://www.w3.org/QA/2002/04/valid-dtd-list.html

TINYCHANGE
---
 lisp/ox-html.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 9e8740754..fd0e8eca8 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -214,7 +214,7 @@
 ("xhtml-frameset" . "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Frameset//EN\"
 \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd\">")
 ("xhtml-11" . "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\"
-\"http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd\">")
+\"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">")
 
 ("html5" . "<!DOCTYPE html>")
 ("xhtml5" . "<!DOCTYPE html>"))
-- 
2.37.2.windows.2


       reply	other threads:[~2022-08-26 14:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20220826134905.1038-1-rapunzel@disroot.org>
2022-08-26 13:57 ` rapunzel [this message]
2022-08-26 14:35   ` [PATCH] ox-html.el: Fix DTD typo Ihor Radchenko
2022-09-25  8:49     ` Ihor Radchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b6730dae86ee0802bd8eafd775c8f1294197a7fb@disroot.org \
    --to=rapunzel@disroot.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).