Browse Source

HTML export: Fix Safari validation issues

Carsten Dominik 16 years ago
parent
commit
07aad4eaae
2 changed files with 2 additions and 2 deletions
  1. 1 1
      lisp/org-html.el
  2. 1 1
      lisp/org-jsinfo.el

+ 1 - 1
lisp/org-html.el

@@ -87,7 +87,7 @@ not be modified."
    if(elem.cacheClassTarget)
      target.className = elem.cacheClassTarget;
  }
-/*]]>*/-->
+/*]]>*///-->
 </script>"
 "Basic javascript that is needed by HTML files produced by Org-mode.")
 

+ 1 - 1
lisp/org-jsinfo.el

@@ -111,7 +111,7 @@ means to use the maximum value consistent with other options."
 <!--/*--><![CDATA[/*><!--*/
 %MANAGER_OPTIONS
 org_html_manager.setup();  // activate after the parameters are set
-/*]]>*/-->
+/*]]>*///-->
 </script>"
   "The template for the export style additions when org-info.js is used.
 Option settings will replace the %MANAGER-OPTIONS cookie."