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:
|
Bugs:
|
||||||
|
* typewriter tab colors + scrollbar wrong colors
|
||||||
|
* typewriter mood icons dont work in convo window
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
* help menu -- about and forum
|
* 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
|
return self.string
|
||||||
elif format == "bbcode":
|
elif format == "bbcode":
|
||||||
if self.img[0:7] == "http://":
|
if self.img[0:7] == "http://":
|
||||||
return "[img]%s[/img]" % (img)
|
return "[img]%s[/img]" % (self.img)
|
||||||
else:
|
else:
|
||||||
return ""
|
return ""
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue