Fix documentation of using <link> for style

This commit is contained in:
Carsten Dominik 2009-07-05 22:17:16 +02:00
parent e7ceeb3a49
commit 7d4db79e2e
1 changed files with 2 additions and 2 deletions

View File

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