Hi Adam, Consider the following test case I reduced:
https://gist.github.com/thoughtpolice/6909510 When compiled and run: $ git clone https://gist.github.com/6909510.git /tmp/urweb-bug $ cd /tmp/urweb-bug $ urweb test && ./test.exe Note that the resulting page at /Test/main does error, but there is an odd extra character in front of the © symbol that is put out by the error page. On my machine, this character is 'Â' If the © is removed then the error page works as expected with no extra output. I imagine it might look slightly different to you as I'd guess this is some kind of subtle bug in the page rendering (perhaps a corruption somewhere.) I'd take more time to track it down but I haven't had much time. Thoughts? -- Regards, Austin - PGP: 4096R/0x91384671 _______________________________________________ Ur mailing list [email protected] http://www.impredicative.com/cgi-bin/mailman/listinfo/ur
