You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/05/10 21:05:52 UTC

svn commit: r169510 - /incubator/beehive/trunk/samples/netui-samples/index.jsp

Author: ekoneil
Date: Tue May 10 12:05:50 2005
New Revision: 169510

URL: http://svn.apache.org/viewcvs?rev=169510&view=rev
Log:
Fix for JIRA 659.  Contributed by Jeremiah Johnson.

BB: self
DRT: none


Modified:
    incubator/beehive/trunk/samples/netui-samples/index.jsp

Modified: incubator/beehive/trunk/samples/netui-samples/index.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/index.jsp?rev=169510&r1=169509&r2=169510&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/index.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/index.jsp Tue May 10 12:05:50 2005
@@ -32,11 +32,11 @@
     <dl>
       <dt><a href="ui/datagrid/Controller.jpf">data grid</a></dt>
       <dd>Demonstrates how to render a data set (in this case, an array of objects) 
-        as an HTML table using the &netui-data:dataGrid> tag.</dd>
+        as an HTML table using the &lt;netui-data:dataGrid> tag.</dd>
     </dl>
     <dl>
       <dt><a href="ui/tree/Controller.jpf">tree</a></dt>
-      <dd>Demonstrates how to use &netui:tree> and related tags.</dd>
+      <dd>Demonstrates how to use &lt;netui:tree> and related tags.</dd>
     </dl>
     <dl>
       <dt><a href="ui/popup/Controller.jpf">popup window</a></dt>