mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:51:43 +00:00
mostrar el log como utf-8
This commit is contained in:
parent
506a0faabe
commit
c64abe16b6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue