Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: outputting HTML from REBOL cgi script

From: gjones05:mail:orion at: 20-Feb-2001 7:44

Whoops, I forgot to add the code:
<snip> > I doubt that this is the problem but only one additional > newline is needed, since 'print already supplies one. > --Scott
print "Content-Type: text/html^/" is satisfactory instead of: print "Content-Type: text/html^/^/" --Scott