mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-04 22:33:14 +00:00
roll back a small change
This commit is contained in:
parent
86bce4a2ae
commit
8a93113192
|
@ -118,9 +118,10 @@ func (diffSection *DiffSection) ComputeLinesDiff() {
|
|||
var compareDiffLine *DiffLine
|
||||
var diff1, diff2 string
|
||||
|
||||
diffLine.ParsedContent = template.HTML(html.EscapeString(diffLine.Content[1:]))
|
||||
|
||||
// just compute diff for adds and removes
|
||||
if diffLine.Type != DIFF_LINE_ADD && diffLine.Type != DIFF_LINE_DEL {
|
||||
diffLine.ParsedContent = template.HTML(html.EscapeString(diffLine.Content[1:]))
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue