lib/arbre/html/document.rb in arbre-1.0.2 vs lib/arbre/html/document.rb in arbre-1.0.3

- old
+ new

@@ -27,10 +27,10 @@ protected def build_head @head = head do - meta :"http-equiv" => "Content-type", :content => "text/html; charset=utf-8" + meta :"http-equiv" => "Content-type", content: "text/html; charset=utf-8" end end def build_body @body = body