remove the file encoding for now, I guess..

This commit is contained in:
Kyle Drake 2013-07-21 18:53:24 +02:00
parent f0a9689cd3
commit c2531ff95c

View file

@ -56,7 +56,7 @@ css:
.row
.span12
div id="editor" style="width: 100%; height: 600px; position: relative;"
#{@file_data.encode('utf-8', 'binary', :invalid => :replace, :undef => :replace)}
#{@file_data}
.row