5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-03 22:35:46 +00:00

mostrar el log como utf-8

This commit is contained in:
f 2018-04-30 14:22:31 -03:00
parent 506a0faabe
commit c64abe16b6
No known key found for this signature in database
GPG key ID: F3FDAB97B5F9F7E7

View file

@ -27,6 +27,6 @@ class SitesController < ApplicationController
render file: @site.build_log,
layout: false,
content_type: 'text/plain'
content_type: 'text/plain; charset=utf-8'
end
end