diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e459d595d..1f659e38d 100755 --- a/lisp/ChangeLog +++ b/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 diff --git a/lisp/org-exp.el b/lisp/org-exp.el index c21755a2e..ae1957020 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -563,7 +563,7 @@ not be modified." if(elem.cacheClassTarget) target.className = elem.cacheClassTarget; } -/*]]>*/--> +/*]]>*///--> " "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; } - /*]]>*/--> + /*]]>*///--> " "The default style specification for exported HTML files. Please use the variables `org-export-html-style' and