Explorar o código

Fix documentation of using <link> for style

Carsten Dominik %!s(int64=16) %!d(string=hai) anos
pai
achega
7d4db79e2e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      doc/org.texi

+ 2 - 2
doc/org.texi

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