Skip to content

Commit

Permalink
Merge pull request #718 from ZJONSSON/add_meta_tag
Browse files Browse the repository at this point in the history
Add utf-8 meta tag to support foreign characters in filenames/directorie...
  • Loading branch information
tj committed Dec 31, 2012
2 parents 5f61298 + ecd3196 commit 75b02bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/public/directory.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>listing directory {directory}</title>
<style>{style}</style>
<script>
Expand Down
1 change: 1 addition & 0 deletions lib/public/error.html
@@ -1,5 +1,6 @@
<html>
<head>
<meta charset='utf-8'>
<title>{error}</title>
<style>{style}</style>
</head>
Expand Down

0 comments on commit 75b02bf

Please sign in to comment.