Export: Fix Safari/xml issues

This commit is contained in:
Carsten Dominik 2009-03-07 11:32:26 +01:00
parent 4782607781
commit 7997cd7555
2 changed files with 4 additions and 2 deletions

View File

@ -5,6 +5,8 @@
`org-export-html-style-include-scripts'. `org-export-html-style-include-scripts'.
(org-export-as-html): Honor new option (org-export-as-html): Honor new option
`org-export-html-style-include-scripts'. `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> 2009-03-06 Carsten Dominik <carsten.dominik@gmail.com>

View File

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