Merge pull request #2353 from 3flex/set-charset
website/docs: set HTML charset to UTF-8
This commit is contained in:
commit
569b223b83
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue