@@ -25,11 +25,10 @@ request.setAttribute("tomcatExamplesUrl", "/examples/");
2525<!DOCTYPE html>
2626<html lang =" en" >
2727 <head >
28- <meta charset =" UTF-8" / >
28+ <meta charset =" UTF-8" >
2929 <title ><%= request. getServletContext(). getServerInfo() % > </title >
30- <link href =" favicon.ico" rel =" icon" type =" image/x-icon" />
31- <link href =" favicon.ico" rel =" shortcut icon" type =" image/x-icon" />
32- <link href =" tomcat.css" rel =" stylesheet" type =" text/css" />
30+ <link href =" favicon.ico" rel =" shortcut icon" type =" image/x-icon" >
31+ <link href =" tomcat.css" rel =" stylesheet" type =" text/css" >
3332 </head >
3433
3534 <body >
@@ -42,7 +41,7 @@ request.setAttribute("tomcatExamplesUrl", "/examples/");
4241 <span id =" nav-wiki" ><a href =" https://wiki.apache.org/tomcat/FrontPage" >Wiki</a ></span >
4342 <span id =" nav-lists" ><a href =" ${ tomcatUrl } lists.html" >Mailing Lists</a ></span >
4443 <span id =" nav-help" ><a href =" ${ tomcatUrl } findhelp.html" >Find Help</a ></span >
45- <br class =" separator" / >
44+ <br class =" separator" >
4645 </div >
4746 <div id =" asf-box" >
4847 <h1 >${ pageContext. servletContext. serverInfo } </h1 >
@@ -52,7 +51,7 @@ request.setAttribute("tomcatExamplesUrl", "/examples/");
5251 <h2 >If you're seeing this, you've successfully installed Tomcat. Congratulations!</h2 >
5352 </div >
5453 <div id =" notice" >
55- <img src =" tomcat.png" alt =" [tomcat logo]" / >
54+ <img src =" tomcat.png" alt =" [tomcat logo]" >
5655 <div id =" tasks" >
5756 <h3 >Recommended Reading:</h3 >
5857 <h4 ><a href =" ${ tomcatDocUrl } security-howto.html" >Security Considerations How-To</a ></h4 >
@@ -71,7 +70,7 @@ request.setAttribute("tomcatExamplesUrl", "/examples/");
7170 <a class =" container shadow" href =" /host-manager/html" ><span >Host Manager</span ></a >
7271 </div >
7372 </div >
74- <br class =" separator" / >
73+ <br class =" separator" >
7574 </div >
7675 <div id =" middle" class =" curved container" >
7776 <h3 >Developer Quick Start</h3 >
@@ -98,7 +97,7 @@ request.setAttribute("tomcatExamplesUrl", "/examples/");
9897 <p ><a href =" https://wiki.apache.org/tomcat/TomcatVersions" >Tomcat Versions</a ></p >
9998 </div >
10099 </div >
101- <br class =" separator" / >
100+ <br class =" separator" >
102101 </div >
103102 <div id =" lower" >
104103 <div id =" low-manage" class =" " >
@@ -109,7 +108,7 @@ request.setAttribute("tomcatExamplesUrl", "/examples/");
109108 <pre >$CATALINA_HOME/conf/tomcat-users.xml</pre >
110109 <p >In Tomcat @VERSION_MAJOR_MINOR@ access to the manager application is split between
111110 different users.   ; <a href =" ${ tomcatDocUrl } manager-howto.html" >Read more...</a ></p >
112- <br / >
111+ <br >
113112 <h4 ><a href =" ${ tomcatDocUrl } RELEASE-NOTES.txt" >Release Notes</a ></h4 >
114113 <h4 ><a href =" ${ tomcatDocUrl } changelog.html" >Changelog</a ></h4 >
115114 <h4 ><a href =" ${ tomcatUrl } migration.html" >Migration Guide</a ></h4 >
@@ -138,22 +137,22 @@ request.setAttribute("tomcatExamplesUrl", "/examples/");
138137 <h4 ><a href =" ${ tomcatUrl } faq/" >FAQ</a > and <a href =" ${ tomcatUrl } lists.html" >Mailing Lists</a ></h4 >
139138 <p >The following mailing lists are available:</p >
140139 <ul >
141- <li id =" list-announce" ><strong ><a href =" ${ tomcatUrl } lists.html#tomcat-announce" >tomcat-announce</a ><br / >
140+ <li id =" list-announce" ><strong ><a href =" ${ tomcatUrl } lists.html#tomcat-announce" >tomcat-announce</a ><br >
142141 Important announcements, releases, security vulnerability notifications. (Low volume).</strong >
143142 </li >
144- <li ><a href =" ${ tomcatUrl } lists.html#tomcat-users" >tomcat-users</a ><br / >
143+ <li ><a href =" ${ tomcatUrl } lists.html#tomcat-users" >tomcat-users</a ><br >
145144 User support and discussion
146145 </li >
147- <li ><a href =" ${ tomcatUrl } lists.html#taglibs-user" >taglibs-user</a ><br / >
146+ <li ><a href =" ${ tomcatUrl } lists.html#taglibs-user" >taglibs-user</a ><br >
148147 User support and discussion for <a href =" ${ tomcatUrl } taglibs/" >Apache Taglibs</a >
149148 </li >
150- <li ><a href =" ${ tomcatUrl } lists.html#tomcat-dev" >tomcat-dev</a ><br / >
149+ <li ><a href =" ${ tomcatUrl } lists.html#tomcat-dev" >tomcat-dev</a ><br >
151150 Development mailing list, including commit messages
152151 </li >
153152 </ul >
154153 </div >
155154 </div >
156- <br class =" separator" / >
155+ <br class =" separator" >
157156 </div >
158157 <div id =" footer" class =" curved container" >
159158 <div class =" col20" >
@@ -211,7 +210,7 @@ request.setAttribute("tomcatExamplesUrl", "/examples/");
211210 </ul >
212211 </div >
213212 </div >
214- <br class =" separator" / >
213+ <br class =" separator" >
215214 </div >
216215 <p class =" copyright" >Copyright © ; 1999-${ year } Apache Software Foundation. All Rights Reserved</p >
217216 </div >
0 commit comments