fix empty page after broken pull request

This commit is contained in:
Dmitriy Zaporozhets 2012-02-05 19:01:13 +02:00
parent 911abedf25
commit 419368f4f4

View file

@ -15,7 +15,7 @@
%h3 Git global setup:
- setup_str = ["git config --global user.name \"#{current_user.name}\"",
"git config --global user.email \"#{current_user.email}\""].join("\n")
= raw bash_lexer.highlight(setup_str, :lexer => 'bash', :options => {:encoding => 'utf-8'})
= raw bash_lexer.highlight(setup_str, :lexer => 'bash', :options => {:encoding => 'utf-8'})
%br
%br