This commit is contained in:
Steven Smith 2013-08-19 18:21:46 +08:00
parent 08b1e82f41
commit ee8e2cb5e7

View file

@ -59,7 +59,7 @@ def ghissues(inp):
user = data["user"]["login"]
title = data["title"]
summary = truncate(data["body"])
gitiourl = gitio.gitio(data["html_url"])
gitiourl = gitio(data["html_url"])
if summary == "":
return fmt1 % (number, state, user, title, gitiourl)
else: