image/todo update
This commit is contained in:
parent
5c245ff564
commit
db9666b065
3 changed files with 4 additions and 2 deletions
2
TODO
2
TODO
|
@ -1,4 +1,6 @@
|
|||
Bugs:
|
||||
* typewriter tab colors + scrollbar wrong colors
|
||||
* typewriter mood icons dont work in convo window
|
||||
|
||||
Features:
|
||||
* help menu -- about and forum
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -94,7 +94,7 @@ class imagelink(object):
|
|||
return self.string
|
||||
elif format == "bbcode":
|
||||
if self.img[0:7] == "http://":
|
||||
return "[img]%s[/img]" % (img)
|
||||
return "[img]%s[/img]" % (self.img)
|
||||
else:
|
||||
return ""
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue