mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-10 11:40:24 +08:00
Small improvement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user