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
Assigned to: Eddie O'Neil
Priority: Minor
Fix For: V1
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