When using the HTML5 doctype ("<!DOCTYPE html>"), the standard HTML entities 
should be made available
-----------------------------------------------------------------------------------------------------

                 Key: TAP5-1619
                 URL: https://issues.apache.org/jira/browse/TAP5-1619
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.3, 5.2
            Reporter: Howard M. Lewis Ship


<!DOCTYPE html>
<html>
  &nbsp;
</html>

will fail because &nbsp; is not a defined entity (to the template parser, it 
would work fine in the browser).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to