dmkarr 2002/10/05 15:56:21 Modified: src/share/org/apache/struts/taglib/html BaseTag.java Log: PR: 13124 Removed statement from javadoc comment that said "there are no attributes for this tag." (because it does have attributes). Revision Changes Path 1.6 +5 -6 jakarta-struts/src/share/org/apache/struts/taglib/html/BaseTag.java Index: BaseTag.java =================================================================== RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/html/BaseTag.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- BaseTag.java 23 Sep 2002 05:13:43 -0000 1.5 +++ BaseTag.java 5 Oct 2002 22:56:21 -0000 1.6 @@ -77,8 +77,7 @@ * tag is only valid when nested inside a head tag body. The presence * of this tag allows the browser to resolve relative URL's to images, * CSS stylesheets and other resources in a manner independent of the URL - * used to call the ActionServlet. There are no attributes associated with - * this tag. + * used to call the ActionServlet. * * @author Luis Arias <[EMAIL PROTECTED]> * @version $Revision$ $Date$
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>