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:
parent
5ff4d54c6f
commit
656531edbe
|
@ -266,7 +266,7 @@ property on the headline itself.")
|
||||||
:type 'string)
|
:type 'string)
|
||||||
|
|
||||||
(defcustom org-html-style-default
|
(defcustom org-html-style-default
|
||||||
"<style>
|
"<style type=\"text/css\">
|
||||||
#content { max-width: 60em; margin: auto; }
|
#content { max-width: 60em; margin: auto; }
|
||||||
.title { text-align: center;
|
.title { text-align: center;
|
||||||
margin-bottom: .2em; }
|
margin-bottom: .2em; }
|
||||||
|
|
Loading…
Reference in New Issue