[ http://issues.apache.org/jira/browse/BEEHIVE-175?page=history ] Alejandro Ramirez closed BEEHIVE-175: -------------------------------------
Closing on Behalf of Krista Baker. Here are Krista's comments on the issue: Fixed - The w3c DOCTYPE identifier has been updated to valid html. Was "//W3C//DTD HTML 4.01 Transitional//EN" is now "-//W3C//DTD HTML 4.01 Transitional//EN" which is valid HTML. HTML & XHTML BVTs have already been updated for this fix. > 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 > Assignee: Alejandro Ramirez > 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
