| Author |
Message |
|
| LRP |
Posted: Sat May 29, 2010 4:58 am |
|
|
|
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 |
|
|
| Back to top |
|
| Guest |
Posted: Sat May 29, 2010 11:26 am |
|
|
|
Guest
|
|
| Back to top |
|
|
|
All times are GMT
|
|
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
|
|
|