You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by dg...@apache.org on 2003/04/23 02:42:33 UTC

cvs commit: jakarta-struts/src/share/org/apache/struts/tiles package.html

dgraham     2003/04/22 17:42:33

  Modified:    src/share/org/apache/struts/tiles package.html
  Log:
  Added proper xml closing to empty element for PR# 19205.
  
  Revision  Changes    Path
  1.7       +3 -3      jakarta-struts/src/share/org/apache/struts/tiles/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/tiles/package.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- package.html	22 Apr 2003 02:28:52 -0000	1.6
  +++ package.html	23 Apr 2003 00:42:33 -0000	1.7
  @@ -79,9 +79,9 @@
   <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
   <HTML>
     <HEAD>
  -    <link rel=stylesheet href="<%=request.getContextPath()%>/layouts/stylesheet.css" 
  -                  type="text/css">
  -    <title><tiles:getAsString name="title"/ ></title>
  +    <link rel="stylesheet" href="<%=request.getContextPath()%>/layouts/stylesheet.css" 
  +                  type="text/css"/>
  +    <title><tiles:getAsString name="title"/></title>
     </HEAD>
   <body>
   <table border="0" width="100%" cellspacing="5">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org