Update of 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors
In directory 
james.mmbase.org:/tmp/cvs-serv4569/cmsc/edit-webapp/src/webapp/editors

Modified Files:
        logout.jsp login.jsp 
Log Message:
CMSC-1241 - Make output HTML nicer: strip out white lines.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors
See also: http://www.mmbase.org/jira/browse/CMSC-1241


Index: logout.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/logout.jsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- logout.jsp  9 Feb 2009 14:48:31 -0000       1.7
+++ logout.jsp  10 Feb 2009 22:13:25 -0000      1.8
@@ -1,6 +1,7 @@
-<%...@page language="java" contentType="text/html;charset=UTF-8"%>
-<%...@include file="globals.jsp" %>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<%...@page language="java" contentType="text/html;charset=UTF-8"
+%><%...@include file="globals.jsp" 
+%><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<mm:content type="text/html" encoding="UTF-8" expires="0">
 <html:html xhtml="true">
 <cmscedit:head title="logout.title">
    <style type="text/css">
@@ -19,7 +20,7 @@
     </cmscedit:sideblock>
 </body>
 </html:html>
-
+</mm:content>
 <mm:cloud method="logout">
 </mm:cloud>
 <% request.getSession().invalidate(); %>


Index: login.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/login.jsp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- login.jsp   9 Feb 2009 14:48:31 -0000       1.8
+++ login.jsp   10 Feb 2009 22:13:26 -0000      1.9
@@ -1,9 +1,10 @@
-<%...@page language="java" contentType="text/html;charset=UTF-8"%>
-<%...@include file="globals.jsp" %>
+<%...@page language="java" contentType="text/html;charset=UTF-8"
+%><%...@include file="globals.jsp"
+%><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<mm:content type="text/html" encoding="UTF-8" expires="0">
 <mm:import from="request" externid="referrer">.</mm:import>
 <mm:import externid="reason">please</mm:import>
-<mm:content type="text/html" encoding="UTF-8" expires="0">
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+
 <html:html xhtml="true">
 <cmscedit:head title="login.title">
    <style type="text/css">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to