mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-03 12:20:50 +02:00
Small improvement
This commit is contained in:
parent
b9e1dbfc93
commit
a2548a0c34
1 changed files with 2 additions and 1 deletions
|
|
@ -161,5 +161,6 @@ class FictionManiaTVAdapter(BaseSiteAdapter):
|
|||
content = content.replace('\n', '<br />')
|
||||
|
||||
if self.getConfig('non_breaking_spaces'):
|
||||
content = content.replace(' ', ' ')
|
||||
return content.replace(' ', ' ')
|
||||
|
||||
return content
|
||||
|
|
|
|||
Loading…
Reference in a new issue