Преглед изворни кода

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