org-html-style-default: Fix XHTML validation failing

* lisp/ox-html.el (org-html-style-default): Provide mandatory
attribute type for style tag.

Reported-by: c.buhtz@posteo.jp
This commit is contained in:
Ihor Radchenko 2024-03-25 13:53:10 +03:00
parent 5ff4d54c6f
commit 656531edbe
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ property on the headline itself.")
:type 'string)
(defcustom org-html-style-default
"<style>
"<style type=\"text/css\">
#content { max-width: 60em; margin: auto; }
.title { text-align: center;
margin-bottom: .2em; }