Internal error, yaws code crashed
Claes Wikstrom
klacke@REDACTED
Mon Mar 20 10:33:12 CET 2006
Chaitanya Chalasani wrote:
> The searchpost.yaws code is like this
>
> <erl>
>
> out(A) ->
> {ehtml,
> {p, [],
> yaws_api:parse_post(A)}}.
>
>
> </erl>
>
Try:
out(A) ->
{ehtml,
{p, [],
io_lib:format("~p", [yaws_api:parse_post(A)])}}.
instead:
--
Claes Wikstrom -- Caps lock is nowhere and
http://www.hyber.org -- everything is under control
cellphone: +46 70 2097763
More information about the erlang-questions
mailing list