[ http://issues.apache.org/jira/browse/BEEHIVE-659?page=all ] Jeremiah Johnson closed BEEHIVE-659: ------------------------------------
I sync'd to SVN 169511 and verified that this has been fixed. > index.jsp in netui-samples has 2 typos > -------------------------------------- > > Key: BEEHIVE-659 > URL: http://issues.apache.org/jira/browse/BEEHIVE-659 > Project: Beehive > Type: Bug > Components: Samples > Environment: Beehive Dist 20050510 > Reporter: Jeremiah Johnson > Assignee: Jeremiah Johnson > Priority: Minor > Fix For: V1 > Attachments: BEEHIVE-659.txt > > bash05102005 > The angle brackets in the index.jsp are coded wrong. Here is what is there > and what should be there. > - as an HTML table using the &netui-data:dataGrid> tag.</dd> > + as an HTML table using the <netui-data:dataGrid> tag.</dd> > - <dd>Demonstrates how to use &netui:tree> and related tags.</dd> > + <dd>Demonstrates how to use <netui:tree> and related tags.</dd> > I'll attach a diff against the current source. -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira
