Felix Ulrich-Oltean wrote: > Hi > > I use the StructuredText module in my Product to render some stx, and > I want to stop it from surrounding the result in > <html><body></body></html>. Does the module support this? > > My code atm is simply: > > return StructuredText.HTML(theRawText) Just IIRC, but does return StructuredText.HTML(theRawText, header=0) do the trick? HTH, oliver