emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] ox-html.el: Fix DTD typo
       [not found] <20220826134905.1038-1-rapunzel@disroot.org>
@ 2022-08-26 13:57 ` rapunzel
  2022-08-26 14:35   ` Ihor Radchenko
  0 siblings, 1 reply; 3+ messages in thread
From: rapunzel @ 2022-08-26 13:57 UTC (permalink / raw)
  To: emacs-orgmode

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ox-html.el: Fix DTD typo
  2022-08-26 13:57 ` [PATCH] ox-html.el: Fix DTD typo rapunzel
@ 2022-08-26 14:35   ` Ihor Radchenko
  2022-09-25  8:49     ` Ihor Radchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Ihor Radchenko @ 2022-08-26 14:35 UTC (permalink / raw)
  To: rapunzel; +Cc: emacs-orgmode

rapunzel@disroot.org writes:

> 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

Thanks!
However, the patch does not apply onto current main for some reason.
Also, please finish sentences with "." in the commit summary.

-- 
Ihor Radchenko,
Org mode contributor,
Learn more about Org mode at https://orgmode.org/.
Support Org development at https://liberapay.com/org-mode,
or support my work at https://liberapay.com/yantar92


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ox-html.el: Fix DTD typo
  2022-08-26 14:35   ` Ihor Radchenko
@ 2022-09-25  8:49     ` Ihor Radchenko
  0 siblings, 0 replies; 3+ messages in thread
From: Ihor Radchenko @ 2022-09-25  8:49 UTC (permalink / raw)
  To: rapunzel; +Cc: emacs-orgmode

Ihor Radchenko <yantar92@gmail.com> writes:

> rapunzel@disroot.org writes:
>
>> 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

Applied onto main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=3e9f98c691f5505dbfdc4cb4b57a411c03bd69aa

-- 
Ihor Radchenko,
Org mode contributor,
Learn more about Org mode at https://orgmode.org/.
Support Org development at https://liberapay.com/org-mode,
or support my work at https://liberapay.com/yantar92


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-25  8:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220826134905.1038-1-rapunzel@disroot.org>
2022-08-26 13:57 ` [PATCH] ox-html.el: Fix DTD typo rapunzel
2022-08-26 14:35   ` Ihor Radchenko
2022-09-25  8:49     ` Ihor Radchenko

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).