lib/docify/style.rb in docify-1.0.0 vs lib/docify/style.rb in docify-1.0.1
- old
+ new
@@ -1,11 +1,12 @@
module Docify
-REGEX = /(\{\{([a-z\-\_]{1,})\}\})/i
+ REGEX = /(\{\{([a-z\-\_]{1,})\}\})/i
TEMPLATE = <<END_TEMPLATE
<html>
<head>
<title>{{title}}</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
{{css}}
</head>
<body>
<div id="content">{{content}}</div>
<!-- Generated with Docify -->
\ No newline at end of file