You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jh...@apache.org on 2002/06/27 01:38:52 UTC

cvs commit: jakarta-struts/contrib/artimus/pages/article Form.jsp Menu.jsp

jholmes     2002/06/26 16:38:52

  Modified:    contrib/artimus/pages/article Form.jsp Menu.jsp
  Log:
  Fix contrib/artimus JSPs so that they are well formed HTML/JSP
  
  PR: Bugzilla #9617
  
  Revision  Changes    Path
  1.2       +4 -2      jakarta-struts/contrib/artimus/pages/article/Form.jsp
  
  Index: Form.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/artimus/pages/article/Form.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Form.jsp	10 Nov 2001 12:05:16 -0000	1.1
  +++ Form.jsp	26 Jun 2002 23:38:52 -0000	1.2
  @@ -74,7 +74,9 @@
                   </td>
                   <td align="left">
                   </td>
  -              </tr>                <td align="right" nowrap>Article ID:</td>
  +              </tr>
  +              <tr>
  +                <td align="right" nowrap>Article ID:</td>
                   <logic:notPresent name="articleForm" property="article">
                     <td align="left"><i>
                       <html:hidden property="article"/>
  
  
  
  1.2       +3 -3      jakarta-struts/contrib/artimus/pages/article/Menu.jsp
  
  Index: Menu.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/artimus/pages/article/Menu.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Menu.jsp	10 Nov 2001 12:05:16 -0000	1.1
  +++ Menu.jsp	26 Jun 2002 23:38:52 -0000	1.2
  @@ -124,11 +124,11 @@
                           &nbsp;
                           <html:link forward="createTables">
                             CREATE TABLES
  -                        </html:link></br>
  +                        </html:link><br>
                           &nbsp;
                           <html:link forward="createIndex">
                             CREATE INDEX
  -                        </html:link></br>
  +                        </html:link><br>
                           &nbsp;
                           <html:link forward="reload">
                             RELOAD CONFIG
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>