mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-17 08:36:06 +10:00
fix xss issue in blame
This commit is contained in:
@@ -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
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user