diff --git a/html/index.html.erb b/html/index.html.erb index 2c6aa324..f4c1aef7 100644 --- a/html/index.html.erb +++ b/html/index.html.erb @@ -1,3 +1,4 @@ +<%#-*- coding: utf-8 -*-%> <% require 'json' require 'ostruct' @@ -136,7 +137,7 @@ <%=h package.name %> <%=h package.version %> - <%=h package.descr.force_encoding('ASCII-8BIT') %> + <%=h package.descr %> recipe <% if package.source_url %> <%=h package.source %>