Skip to content

Commit

Permalink
Merge pull request #25 from charlax/charset
Browse files Browse the repository at this point in the history
Fixed bug when using special characters: added charset to HTML file
  • Loading branch information
greyblake committed Mar 6, 2012
2 parents dd7bcfa + 362d9bd commit 83a988b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/preview.vim
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ class Preview
<<-END_OF_HTML
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>#{@base_name}</title>
#{css_tag}
#{base_tag}
Expand Down

0 comments on commit 83a988b

Please sign in to comment.