My only other comments:

It's best not to use non-ASCII characters, even though supposedly this is an 
ISO Latin 1 document:

  André should be written Andr&#xE9

You have to encode & in urls, so:

  <a 
href="http://www.openlaszlo.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=11060";
 target="_blank">

must be written as:

  <a 
href="http://www.openlaszlo.org/jira/secure/IssueNavigator.jspa?mode=hide&amp;requestId=11060";
 target="_blank">

I've fixed these and can check in the release notes for you if you like.

On 2010-02-12, at 09:30, Amy Muntz wrote:

> Release Notes for OL 4.7.1 attached.
> <release-notes.html>_______________________________________________
> Laszlo-reviews mailing list
> [email protected]
> http://www.openlaszlo.org/mailman/listinfo/laszlo-reviews


_______________________________________________
Laszlo-reviews mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-reviews

Reply via email to