升级Tomcat版本 apache-tomcat-7.0.77
diff --git a/tomcat-uid/webapps/examples/jsp/xml/xml.jsp.html b/tomcat-uid/webapps/examples/jsp/xml/xml.jsp.html
index 00d2980..b0b8274 100644
--- a/tomcat-uid/webapps/examples/jsp/xml/xml.jsp.html
+++ b/tomcat-uid/webapps/examples/jsp/xml/xml.jsp.html
@@ -35,7 +35,7 @@
 </head>

 

 <body>

-This is the output of a simple JSP using XML format. 

+This is the output of a simple JSP using XML format.

 <br />

 

 <div>Use a jsp:scriptlet to loop from 1 to 10: </div>

@@ -57,7 +57,7 @@
 ]]>

 

 <div align="left">

-  Use a jsp:expression to write the date and time in the browser's locale: 

+  Use a jsp:expression to write the date and time in the browser's locale:

   <jsp:expression>getDateTimeStr(request.getLocale())</jsp:expression>

 </div>