cedric 02/04/15 01:25:24
Modified: contrib/tiles/web/doc/layouts tabsLayout.jsp
Log:
Correct some syntax errors(bug reported by David Marshall)
Revision Changes Path
1.2 +2 -2 jakarta-struts/contrib/tiles/web/doc/layouts/tabsLayout.jsp
Index: tabsLayout.jsp
===================================================================
RCS file: /home/cvs/jakarta-struts/contrib/tiles/web/doc/layouts/tabsLayout.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tabsLayout.jsp 27 Dec 2001 17:27:56 -0000 1.1
+++ tabsLayout.jsp 15 Apr 2002 08:25:23 -0000 1.2
@@ -41,7 +41,7 @@
<table border="0" cellspacing="0" cellpadding="0">
<%-- Draw tabs --%>
<tr>
- <td width="10""> </td>
+ <td width="10"> </td>
<td>
<table border="0" cellspacing="0" cellpadding="5">
<tr>
@@ -57,7 +57,7 @@
index++;
%>
<td bgcolor="<%=color%>">
- <a href="<%=href%>" /><%=tab.getValue()%></a>
+ <a href="<%=href%>" ><%=tab.getValue()%></a>
</td>
<td width="1" ></td>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>