Permalink
2 comments
on commit
sign in to comment.
Browse files
Remove control characters before cleanhtml step
- control characters were breaking the soupparser html parsing step
- Loading branch information...
6
r2/r2/lib/filters.py
611226fThe regular expression in this commit is wrong -- where it says "\0xc" it should have said "\x0c". As a result it removes the letters 'x' and 'c'.
611226fUgh! Thanks, that'll teach me to push before the tests pass