Export: Fix Safari/xml issues
This commit is contained in:
parent
4782607781
commit
7997cd7555
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue