emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* HTML export meta tag
@ 2023-05-29 18:02 Scott Randby
  2023-05-29 18:07 ` Ihor Radchenko
  0 siblings, 1 reply; 7+ messages in thread
From: Scott Randby @ 2023-05-29 18:02 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

When I export to HTML using Org 9.6.6, there is a /> closing the meta tag:

<meta name="author" content="Scott Randby" />

This did not happen when I used Org 9.4.6:

<meta name="author" content="Scott Randby">

I wouldn't care about this change, but when I validate the page code (https://validator.w3.org/) I get the following: "Info: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values."

The documentation I've seen states that the code without the trailing slash is the proper code. I request that the org-html--build-meta-entry function in ox-html.el be changed to eliminate the trailing slash.

Scott Randby


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

end of thread, other threads:[~2023-05-30 15:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-29 18:02 HTML export meta tag Scott Randby
2023-05-29 18:07 ` Ihor Radchenko
2023-05-29 18:19   ` Scott Randby
2023-05-29 20:37     ` Timothy
2023-05-29 22:25       ` Scott Randby
2023-05-30  6:12         ` Ihor Radchenko
2023-05-30 15:37       ` Max Nikulin

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