Update of /cvsroot/openrpg/openrpg1/plugins
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32756/plugins
Modified Files:
xxquotebox.py
Log Message:
Index: xxquotebox.py
===================================================================
RCS file: /cvsroot/openrpg/openrpg1/plugins/xxquotebox.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** xxquotebox.py 21 Feb 2007 14:01:32 -0000 1.2
--- xxquotebox.py 21 Feb 2007 15:27:20 -0000 1.3
***************
*** 153,157 ****
box = '<br><center><table bgcolor="' + self.bgcolor + '" width="80%"'
box += 'cellpadding="' + str(int(self.size * 5)) + '" cellspacing="0" ' + border + '>'
! box += '<tr><td><font size="' + str(self.size) + '" color="' + self.fontcolor + '">
box += bold + italics + msg + enditalics + endbold
box += '</font></td></tr></table></center>'
--- 153,157 ----
box = '<br><center><table bgcolor="' + self.bgcolor + '" width="80%"'
box += 'cellpadding="' + str(int(self.size * 5)) + '" cellspacing="0" ' + border + '>'
! box += '<tr><td><font size="' + str(self.size) + '" color="' + self.fontcolor + '">'
box += bold + italics + msg + enditalics + endbold
box += '</font></td></tr></table></center>'
|