image/todo update

This commit is contained in:
illuminatedwax 2011-03-03 03:41:51 -06:00
parent 5c245ff564
commit db9666b065
3 changed files with 4 additions and 2 deletions

2
TODO
View file

@ -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

View file

@ -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: