diff builder: fix bug in wiki page / pool diff generation.

Fixup for c2688e3af.
This commit is contained in:
evazion
2020-01-21 15:02:02 -06:00
parent 71690cacc1
commit b60d988790

View File

@@ -16,7 +16,7 @@ class DiffBuilder
escape_html = ->(str) {str.gsub(/&/, '&amp;').gsub(/</, '&lt;').gsub(/>/, '&gt;')}
output = thisarr
output = otharr
output.each { |q| q.replace(escape_html[q]) }
diffs.reverse_each do |hunk|