#759: Website does not layout correctly in some browsers ---------------------------------+------------------------------------------ Reporter: wsiegrist@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ---------------------------------+------------------------------------------ There is a typo in the website that prevents some strict browsers from rendering the site as intended. The one line fix is: {{{ Index: content/_steps.txt =================================================================== --- content/_steps.txt (revision 4263) +++ content/_steps.txt (working copy) @@ -9,6 +9,6 @@ </div> <div id="step2"> <p>Check out the <a href="/documentation/tutorial.html">tutorial</a>, <a href="/documentation.html">resources</a> - and <a href="http://svn.macosforge.org/repository/ruby/MacRuby/trunk/sample- macruby">examples</a> that are available.</p + and <a href="http://svn.macosforge.org/repository/ruby/MacRuby/trunk/sample- macruby">examples</a> that are available.</p> </div> }}} There is a [https://bugs.webkit.org/show_bug.cgi?id=40961 WebKit bug] tracking their parser change that uncovered this. -- Ticket URL: <http://www.macruby.org/trac/ticket/759> MacRuby <http://macruby.org/>