This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit c28fb88389a07fc0f262b11b922540b461bd5fb4 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jun 26 17:27:06 2019 +0100 Align ROOT web application --- webapps/ROOT/bg-nav-item.png | Bin 1392 -> 0 bytes webapps/ROOT/index.jsp | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webapps/ROOT/bg-nav-item.png b/webapps/ROOT/bg-nav-item.png deleted file mode 100644 index ece86a1..0000000 Binary files a/webapps/ROOT/bg-nav-item.png and /dev/null differ diff --git a/webapps/ROOT/index.jsp b/webapps/ROOT/index.jsp index 3c62329..6de0008 100644 --- a/webapps/ROOT/index.jsp +++ b/webapps/ROOT/index.jsp @@ -55,9 +55,9 @@ request.setAttribute("tomcatExamplesUrl", "/examples/"); <img src="tomcat.png" alt="[tomcat logo]" /> <div id="tasks"> <h3>Recommended Reading:</h3> - <h4><a href="${tomcatDocUrl}security-howto.html">Security Considerations HOW-TO</a></h4> - <h4><a href="${tomcatDocUrl}manager-howto.html">Manager Application HOW-TO</a></h4> - <h4><a href="${tomcatDocUrl}cluster-howto.html">Clustering/Session Replication HOW-TO</a></h4> + <h4><a href="${tomcatDocUrl}security-howto.html">Security Considerations How-To</a></h4> + <h4><a href="${tomcatDocUrl}manager-howto.html">Manager Application How-To</a></h4> + <h4><a href="${tomcatDocUrl}cluster-howto.html">Clustering/Session Replication How-To</a></h4> </div> </div> <div id="actions"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org