Ver código fonte

Export: Fix Safari/xml issues

Carsten Dominik 16 anos atrás
pai
commit
7997cd7555
2 arquivos alterados com 4 adições e 2 exclusões
  1. 2 0
      lisp/ChangeLog
  2. 2 2
      lisp/org-exp.el

+ 2 - 0
lisp/ChangeLog

@@ -5,6 +5,8 @@
 	`org-export-html-style-include-scripts'.
 	(org-export-as-html): Honor new option
 	`org-export-html-style-include-scripts'.
+	(org-export-html-scripts, org-export-html-style-default): Fix
+	xml issues with the Safari browser.
 
 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
 

+ 2 - 2
lisp/org-exp.el

@@ -563,7 +563,7 @@ not be modified."
    if(elem.cacheClassTarget)
      target.className = elem.cacheClassTarget;
  }
-/*]]>*/-->
+/*]]>*///-->
 </script>"
 "Basic javascript that is needed by HTML files produced by Org-mode.")
 
@@ -599,7 +599,7 @@ not be modified."
                                white-space:nowrap; }
   .org-info-js_search-highlight {background-color:#ffff00; color:#000000;
                                  font-weight:bold; }
-  /*]]>*/-->
+  /*]]>*///-->
 </style>"
   "The default style specification for exported HTML files.
 Please use the variables `org-export-html-style' and