Merge pull request #2353 from 3flex/set-charset

website/docs: set HTML charset to UTF-8
This commit is contained in:
Mitchell Hashimoto 2013-10-14 20:03:17 -07:00
commit 569b223b83
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title><%= current_page.data.page_title ? " #{current_page.data.page_title} - " : "" %>Vagrant Documentation</title>
<!-- meta -->