parent
125e2ac9ca
commit
a3191908dd
1 changed files with 1 additions and 1 deletions
|
@ -28,4 +28,4 @@ class Author(Object):
|
|||
|
||||
:rtype: str
|
||||
"""
|
||||
return self.name.replace(" ", " ")
|
||||
return self.name.replace(" ", chr(0xA0))
|
||||
|
|
Loading…
Reference in a new issue