Erlang/OTP Forums

Author Message

<  Yaws mailing list  ~  Another doc error?

LRP
Posted: Sat May 29, 2010 4:58 am Reply with quote
Joined: 08 Oct 2008 Posts: 8 Location: Boston, MA.
Hello,

I seem to have found another error in the Yaws documentation;

On page 12 of the Yaws documentation *.pdf we have this example:

{ehtml, {table, [{bgcolor, grey}],
[
{tr, [],
[
{td, [], "1"},
{td, [], "2"},
{td, [], "3"}
],
{tr, [],
[{td, [{colspan, "3"}], "444"}]}}]}}.

Wouldn't run for me. Here's what did, placed in the appropriate html and out function, of course:

{ehtml, {table, [{bgcolor, grey}],
[
{tr, [],
[
{td, [], "1"},
{td, [], "2"},
{td, [], "3"}
]
},
{tr, [],
[
{td, [{colspan, "3"}], "444"}
]
}
]
}
}.
</erl>

All the best,
LRP


______________________________________

AUTHOR OF:

- Freein' Pancho - freeinpancho.com
- Aya Takeo on the web - ayatakeo.com
- Aya Takeo Vol. I - vol1.ayatakeo.com

_______________________________________



------------------------------------------------------------------------------

_______________________________________________
Erlyaws-list mailing list
Erlyaws-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/erlyaws-list
Post received from mailinglist
View user's profile Send private message
Guest
Posted: Sat May 29, 2010 11:26 am Reply with quote
Guest
On Sat, May 29, 2010 at 12:57 AM, <lloyd@paisite.com> wrote:
> Hello,
>
> I seem to have found another error in the Yaws documentation;
<snip/>

Fixed, thanks.

--steve

------------------------------------------------------------------------------

_______________________________________________
Erlyaws-list mailing list
Erlyaws-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/erlyaws-list
Post received from mailinglist

Display posts from previous:  

All times are GMT
Page 1 of 1
This forum is locked: you cannot post, reply to, or edit topics.

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum