Update of /cvsroot/wpdev/xmlscripts/scripts/system
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22328/system
Modified Files:
pages.py
Log Message:
pages unicode fix.
Index: pages.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/system/pages.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pages.py 3 Sep 2004 00:53:54 -0000 1.2
--- pages.py 17 Sep 2004 18:19:46 -0000 1.3
***************
*** 156,160 ****
html = "<body text=\"#0000FF\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">%s</body>" % "<br>".join(self.message)
gump.addResizeGump( 45, 180, 0xBB8, 345, 84 )
! gump.addHtmlGump( 50, 180, 340, 80, html )
# Commands
--- 156,160 ----
html = "<body text=\"#0000FF\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">%s</body>" % "<br>".join(self.message)
gump.addResizeGump( 45, 180, 0xBB8, 345, 84 )
! gump.addHtmlGump( 50, 180, 340, 80, unicode(html) )
# Commands
|