Fix for utf-8 names in empty project page.
This commit is contained in:
parent
8ebfae9a07
commit
03bf55846b
|
@ -15,7 +15,7 @@
|
||||||
%h3 Git global setup:
|
%h3 Git global setup:
|
||||||
- setup_str = ["git config --global user.name \"#{current_user.name}\"",
|
- setup_str = ["git config --global user.name \"#{current_user.name}\"",
|
||||||
"git config --global user.email \"#{current_user.email}\""].join("\n")
|
"git config --global user.email \"#{current_user.email}\""].join("\n")
|
||||||
= raw bash_lexer.highlight(setup_str)
|
= raw bash_lexer.highlight(setup_str, :lexer => 'bash', :options => {:encoding => 'utf-8'})
|
||||||
|
|
||||||
%br
|
%br
|
||||||
%br
|
%br
|
||||||
|
|
Loading…
Reference in a new issue