HTML validation error message: invalid formal public identifier
----------------------------------------------------------------
Key: BEEHIVE-175
URL: http://issues.apache.org/jira/browse/BEEHIVE-175
Project: Beehive
Type: Bug
Components: NetUI
Reporter: Karen Stutesman
Priority: Minor
1. In any JSP page, set the documentType attribute on the <netui:html> tag to
html4-loose as follows:
<netui:html documentType="html4-loose">
2. Run the JSP
3. View source
Result:
<!DOCTYPE HTML PUBLIC "//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
If you run this through an HTML validation tool you will receive the following
report:
invalid formal public identifier "//W3C//DTD HTML 4.01 Transitional//EN": no
SPACE after public text class
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira