set docs charset to UTF-8

Fixes rendering issues with the `tree` output on some pages, which otherwise displayed  characters in some places when encoding wasn't detected properly in the browser.
This commit is contained in:
Matthew Haughton 2013-10-09 12:12:09 -04:00
parent c83ea416ff
commit 1f0b3a7a81
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 -->