소스 검색

HTML export: Fix Safari validation issues

Carsten Dominik 16 년 전
부모
커밋
07aad4eaae
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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."