Merge pull request #1067 from SaitoWu/bugfix/encoding
fix blame encoding error.
This commit is contained in:
commit
1dca367f22
1 changed files with 1 additions and 2 deletions
|
@ -37,8 +37,7 @@
|
||||||
%td.lines
|
%td.lines
|
||||||
= preserve do
|
= preserve do
|
||||||
%pre
|
%pre
|
||||||
- lines.each do |line|
|
= Gitlab::Encode.utf8 lines.join("\n")
|
||||||
= line
|
|
||||||
|
|
||||||
:javascript
|
:javascript
|
||||||
$(function(){
|
$(function(){
|
||||||
|
|
Loading…
Add table
Reference in a new issue