Fix documentation of using <link> for style
This commit is contained in:
parent
e7ceeb3a49
commit
7d4db79e2e
|
@ -9802,7 +9802,7 @@ directory on the local machine.
|
|||
:table-of-contents nil
|
||||
:style "<link rel=\"stylesheet\"
|
||||
href=\"../other/mystyle.css\"
|
||||
type=\"text/css\">")))
|
||||
type=\"text/css\"/>")))
|
||||
@end lisp
|
||||
|
||||
@node Complex example, , Simple example, Sample configuration
|
||||
|
@ -9838,7 +9838,7 @@ right place on the web server, and publishing images to it.
|
|||
:section-numbers nil
|
||||
:table-of-contents nil
|
||||
:style "<link rel=\"stylesheet\"
|
||||
href=\"../other/mystyle.css\" type=\"text/css\">"
|
||||
href=\"../other/mystyle.css\" type=\"text/css\"/>"
|
||||
:auto-preamble t
|
||||
:auto-postamble nil)
|
||||
|
||||
|
|
Loading…
Reference in New Issue