I noticed when installing the SPAW Editow recently that on the Design tab in SPAW, the HTML was showing as converted HTML Symbols like < and > rather than < and >.
After a bit of playing, i found this hidden piece of information on the SPAW FAQ’s.
You should use getHtml() method instead of show(). It returns the code which you can store into variable and use whenever you need it.