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é 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&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
