Show More
@@ -25,6 +25,6 b' class Tripcode:' | |||
|
25 | 25 | return self.tripcode |
|
26 | 26 | |
|
27 | 27 | def get_view(self): |
|
28 |
return '<span |
|
|
29 |
.format(self.get_full_text(), self.get_color(), |
|
|
30 | self.get_short_text()) | |
|
28 | return '<span class="tripcode" title="{title}" style="border: solid 2px #{color}; border-left: solid 1ex #{color};">{text}</span>'\ | |
|
29 | .format(title=self.get_full_text(), color=self.get_color(), | |
|
30 | text=self.get_short_text()) |
General Comments 0
You need to be logged in to leave comments.
Login now