Adjusted .fact output
This commit is contained in:
parent
6d80ec1d77
commit
a9e000c6dd
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@ def fact(inp, say=False, nick=False):
|
|||
|
||||
fact = misc.strip_html(container.renderContents())
|
||||
|
||||
return "%s [%s]" % (fact, link)
|
||||
return "%s [ %s ]" % (fact, link)
|
||||
|
|
Reference in a new issue