Skip to content

Commit

Permalink
Add charset to demos' <head> for good measure.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmrugg committed Dec 13, 2012
1 parent 27986c2 commit fb0f5f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions demos/advanced_demo.html
Expand Up @@ -2,6 +2,7 @@
<head>
<title>LZMA.JS Advanced Demo</title>
<link rel="stylesheet" type="text/css" href="assets/LZMADemo.css" />
<meta http-equive="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="white">
<table cellpadding="0" cellspacing="0">
Expand Down
1 change: 1 addition & 0 deletions demos/simple_demo.html
@@ -1,5 +1,6 @@
<head>
<title>Simple Demo</title>
<meta http-equive="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<p>This is a very simple demonstration of <a href="http://github.com/nmrugg/LZMA-JS/">LZMA.JS</a>,
Expand Down

0 comments on commit fb0f5f5

Please sign in to comment.