mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Experimental change to story diffing. Adding spaces back in.
This commit is contained in:
parent
032419722b
commit
127d98b667
1 changed files with 1 additions and 1 deletions
|
@ -294,6 +294,6 @@ def htmldiff(old_html, new_html):
|
|||
return new_html
|
||||
|
||||
result = htmldiff_tokens(old_html_tokens, new_html_tokens)
|
||||
result = ''.join(result).strip()
|
||||
result = ' '.join(result).strip()
|
||||
|
||||
return fixup_ins_del_tags(result)
|
Loading…
Add table
Reference in a new issue