Преглед на файлове

ox-html.el (org-html-head): Fix docstring

* ox-html.el (org-html-head): Fix docstring.

Thanks to Adam Porter for reporting this.
Bastien преди 6 години
родител
ревизия
ad390e895a
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      lisp/ox-html.el

+ 4 - 4
lisp/ox-html.el

@@ -1452,13 +1452,13 @@ done, timestamp, timestamp-kwd, tag, target.
 For example, a valid value would be:
 
    <style type=\"text/css\">
-    <![CDATA[
-       p { font-weight: normal; color: gray; }
-       h1 { color: black; }
+    /*<![CDATA[*/
+      p { font-weight: normal; color: gray; }
+      h1 { color: black; }
       .title { text-align: center; }
       .todo, .timestamp-kwd { color: red; }
       .done { color: green; }
-    ]]>
+    /*]]>*/
    </style>
 
 If you want to refer to an external style, use something like