Sfoglia il codice sorgente

Fix documentation of using <link> for style

Carsten Dominik 16 anni fa
parent
commit
7d4db79e2e
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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)