martin-g commented on a change in pull request #316: URL: https://github.com/apache/tomcat/pull/316#discussion_r450023003
########## File path: webapps/ROOT/index.jsp ########## @@ -25,11 +25,11 @@ request.setAttribute("tomcatExamplesUrl", "/examples/"); <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> + <meta charset="UTF-8"> Review comment: I know, but it does not do any harm either. This change makes the diff bigger and harder to back-port to the other branches. I prefer the XHTML style because it is easier to spot errors in the IDE/text editor without copying to W3C validator in the web. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org