Skip to content

Commit

Permalink
- Fix for HTML5 only export
Browse files Browse the repository at this point in the history
git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@844 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
torinfo committed Apr 25, 2013
1 parent 9496fb7 commit a6e3acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_code/php/scorm/scorm_library.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ function basic_html5_page_create($type, $lo_name){
$buffer = str_replace("%XMLPATH%","",$buffer);
$buffer = str_replace("%XMLFILE%","template.xml",$buffer);

$buffer = str_replace("%TRACKING_SUPPORT%", "<script type=\"text/javascript\" src=\"js/xttracking_noop.js\"></script>", $buffer);
$buffer = str_replace("%TRACKING_SUPPORT%", "<script type=\"text/javascript\" src=\"common_html5/js/xttracking_noop.js\"></script>", $buffer);

$file_handle = fopen($dir_path . "index.htm", 'w');

Expand Down

0 comments on commit a6e3acd

Please sign in to comment.