Commit c0da61c6 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

fix xss issue in blame

parent de2c189e
......@@ -38,11 +38,11 @@
- current_line += 1
- else
- lines.each do |line|
:preserve
#{current_line}
= current_line
\
- current_line += 1
%td.lines
%pre
- lines.each do |line|
:preserve
#{line}
= line
\
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment