You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2002/06/04 12:19:32 UTC

DO NOT REPLY [Bug 9604] New: - [PATCH] Example cleanup. Fix HTML syntax in JSP

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9604>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9604

[PATCH] Example cleanup. Fix HTML syntax in JSP

           Summary: [PATCH] Example cleanup. Fix HTML syntax in JSP
           Product: Struts
           Version: Nightly Build
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Example
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: kinonn@scioworks.com


/web/exercise-taglib/bean-include.jsp

diff -u bean-include.jsp.orig bean-include.jsp
--- bean-include.jsp.orig       Tue Jun 04 17:30:59 2002
+++ bean-include.jsp    Tue Jun 04 18:14:39 2002
@@ -26,7 +26,7 @@
 <pre>
 <bean:write name="index" filter="true"/>
 </pre>
-</hr>
+<hr>

 </body>
 </html>

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