mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 21:17:54 +00:00
Fix typo.
This commit is contained in:
parent
f75eda1255
commit
80ab032a21
@ -961,7 +961,7 @@ class PublishStatusElement(Element):
|
||||
if si_s is None:
|
||||
si_s = "(None)"
|
||||
else:
|
||||
si_s = unicode("utf-8")
|
||||
si_s = unicode(si_s, "utf-8")
|
||||
return tag(si_s)
|
||||
|
||||
@renderer
|
||||
|
Loading…
Reference in New Issue
Block a user