Skip to content

Commit

Permalink
Fix H5P import HTML to set charset to UTF-8.
Browse files Browse the repository at this point in the history
Remove some obsolete files.
  • Loading branch information
mikedawson committed Apr 1, 2024
1 parent 10cc752 commit 0e56703
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 201 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ class H5PContentImporter(
"""
<html>
<head>
<meta charset="utf-8"/>
<title>${h5pTitle.escapeHTML()}</title>
<script src="dist/main.bundle.js" type="text/javascript">
</script>
Expand Down

0 comments on commit 0e56703

Please sign in to comment.