Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module
In directory 
james.mmbase.org:/tmp/cvs-serv3330/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module

Modified Files:
        confirm_unsubscribe.jsp error.jsp globals.jsp import.jsp 
        import_success.jsp newsletterbouncedetail.jsp 
        newsletterbouncelist.jsp newslettertermadd.jsp 
        newslettertermlist.jsp report_newsletter_list.jsp 
        report_newsletter_subscriptions.jsp report_overview.jsp 
        report_publication_edit.jsp report_publication_statistic.jsp 
        report_publication_subscribers.jsp 
        report_publication_terms.jsp report_subscriber_list.jsp 
        report_subscriber_subscriptions.jsp 
Log Message:
CMSC-899 delete the blank before the DOCType of each page


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module
See also: http://www.mmbase.org/jira/browse/CMSC-899


Index: confirm_unsubscribe.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module/confirm_unsubscribe.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- confirm_unsubscribe.jsp     15 May 2008 06:33:48 -0000      1.1
+++ confirm_unsubscribe.jsp     8 Sep 2008 07:46:48 -0000       1.2
@@ -1,10 +1,8 @@
-<[EMAIL PROTECTED] language="java" contentType="text/html;charset=utf-8" %>
-<[EMAIL PROTECTED] file="../globals.jsp" %>
-
-<fmt:setBundle basename="newsletter" scope="request"/>
-
+<[EMAIL PROTECTED] language="java" contentType="text/html;charset=utf-8"
+%><[EMAIL PROTECTED] file="../globals.jsp"
+%><fmt:setBundle basename="newsletter" scope="request"/>
 <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";>
+<!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="confirmpublication.title">
          <style type="text/css">


Index: error.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module/error.jsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- error.jsp   20 Dec 2007 14:21:35 -0000      1.2
+++ error.jsp   8 Sep 2008 07:46:48 -0000       1.3
@@ -1,3 +1,2 @@
 <[EMAIL PROTECTED] file="globals.jsp" %>
-
 <p><html:errors property="error" /></p>
\ No newline at end of file


Index: globals.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module/globals.jsp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- globals.jsp 8 Jul 2008 17:15:18 -0000       1.5
+++ globals.jsp 8 Sep 2008 07:46:48 -0000       1.6
@@ -1,10 +1,7 @@
-<%@ page import="com.finalist.cmsc.mmbase.PropertiesUtil" %>
-<[EMAIL PROTECTED] file="../../globals.jsp" %>
-
-<[EMAIL PROTECTED] language="java" contentType="text/html;charset=utf-8"%>
-
-<fmt:setBundle basename="newsletter" scope="request" />
-
+<%@ page import="com.finalist.cmsc.mmbase.PropertiesUtil"
+%><[EMAIL PROTECTED] file="../../globals.jsp"
+%><[EMAIL PROTECTED] language="java" contentType="text/html;charset=utf-8"
+%><fmt:setBundle basename="newsletter" scope="request" />
 <c:set var="pagesize">
    <%=PropertiesUtil.getProperty("repository.search.results.per.page")%>
 </c:set>
\ No newline at end of file


Index: import.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module/import.jsp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- import.jsp  12 Aug 2008 11:00:44 -0000      1.6
+++ import.jsp  8 Sep 2008 07:46:48 -0000       1.7
@@ -4,8 +4,10 @@
 %><%@ taglib uri="http://jakarta.apache.org/struts/tags-html"; prefix="html"
 %><%@ taglib uri="http://finalist.com/cmsc"; prefix="cmsc"
 %><%@ taglib uri="http://jsptags.com/tags/navigation/pager"; prefix="pg"
-%><%@ taglib prefix="edit" tagdir="/WEB-INF/tags/edit" %>
-<mm:content type="text/html" encoding="UTF-8" expires="0">
+%><%@ taglib prefix="edit" tagdir="/WEB-INF/tags/edit"
+%><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>
    <cmscedit:head title="ewsletter.subscription.manage.newsletteroverview">
    </cmscedit:head>
    <script>
@@ -41,4 +43,5 @@
          </div>
       </div>
    </body>
+</html>
 </mm:content>


Index: import_success.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module/import_success.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- import_success.jsp  20 May 2008 08:48:43 -0000      1.1
+++ import_success.jsp  8 Sep 2008 07:46:48 -0000       1.2
@@ -1,11 +1,10 @@
-<[EMAIL PROTECTED] file="globals.jsp" %>
-
-<%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %>
-<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt"; prefix="fmt" %>
-<%@ taglib uri="http://jakarta.apache.org/struts/tags-html"; prefix="html" %>
-<%@ taglib uri="http://finalist.com/cmsc"; prefix="cmsc" %>
-<%@ taglib uri="http://jsptags.com/tags/navigation/pager"; prefix="pg" %>
-
+<[EMAIL PROTECTED] file="globals.jsp"
+%><%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c"
+%><%@ taglib uri="http://java.sun.com/jsp/jstl/fmt"; prefix="fmt"
+%><%@ taglib uri="http://jakarta.apache.org/struts/tags-html"; prefix="html"
+%><%@ taglib uri="http://finalist.com/cmsc"; prefix="cmsc"
+%><%@ taglib uri="http://jsptags.com/tags/navigation/pager"; prefix="pg"
+%>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
 <head>


Index: newsletterbouncedetail.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module/newsletterbouncedetail.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- newsletterbouncedetail.jsp  24 Jul 2008 11:45:43 -0000      1.1
+++ newsletterbouncedetail.jsp  8 Sep 2008 07:46:48 -0000       1.2
@@ -1,5 +1,5 @@
-<[EMAIL PROTECTED] file="globals.jsp"%>
-<mm:content type="text/html" encoding="UTF-8" expires="0">
+<[EMAIL PROTECTED] file="globals.jsp"
+%><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">
 <mm:cloud jspvar="cloud" rank="basic user" method='http'>


Index: newsletterbouncelist.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module/newsletterbouncelist.jsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- newsletterbouncelist.jsp    31 Jul 2008 10:56:31 -0000      1.2
+++ newsletterbouncelist.jsp    8 Sep 2008 07:46:48 -0000       1.3
@@ -1,8 +1,7 @@
 <[EMAIL PROTECTED] language="java" contentType="text/html;charset=utf-8"
 %><[EMAIL PROTECTED] file="globals.jsp"
-%><[EMAIL PROTECTED] import="java.util.Iterator,
-           com.finalist.cmsc.mmbase.PropertiesUtil"%>
-<mm:content type="text/html" encoding="UTF-8" expires="0">
+%><[EMAIL PROTECTED] 
import="java.util.Iterator,com.finalist.cmsc.mmbase.PropertiesUtil"
+%><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="newsletter.bounce.title">


Index: newslettertermadd.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module/newslettertermadd.jsp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- newslettertermadd.jsp       5 Sep 2008 06:24:50 -0000       1.4
+++ newslettertermadd.jsp       8 Sep 2008 07:46:48 -0000       1.5
@@ -1,9 +1,7 @@
 <[EMAIL PROTECTED] language="java" contentType="text/html;charset=utf-8"
-%><[EMAIL PROTECTED] file="globals.jsp" %>
-
-<[EMAIL PROTECTED] import="java.util.Iterator,
-                 com.finalist.cmsc.mmbase.PropertiesUtil"%>
-<mm:content type="text/html" encoding="UTF-8" expires="0">
+%><[EMAIL PROTECTED] file="globals.jsp"
+%><[EMAIL PROTECTED] 
import="java.util.Iterator,com.finalist.cmsc.mmbase.PropertiesUtil"
+%><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="newsletter.term.title">


Index: newslettertermlist.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module/newslettertermlist.jsp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- newslettertermlist.jsp      5 Sep 2008 06:24:50 -0000       1.11
+++ newslettertermlist.jsp      8 Sep 2008 07:46:48 -0000       1.12
@@ -1,8 +1,7 @@
 <[EMAIL PROTECTED] language="java" contentType="text/html;charset=utf-8"
 %><[EMAIL PROTECTED] file="globals.jsp"
-%><[EMAIL PROTECTED] import="java.util.Iterator,
-           com.finalist.cmsc.mmbase.PropertiesUtil"%>
-<mm:content type="text/html" encoding="UTF-8" expires="0">
+%><[EMAIL PROTECTED] 
import="java.util.Iterator,com.finalist.cmsc.mmbase.PropertiesUtil"
+%><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="newsletter.term.title">


Index: report_newsletter_list.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module/report_newsletter_list.jsp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- report_newsletter_list.jsp  5 Sep 2008 06:24:50 -0000       1.9
+++ report_newsletter_list.jsp  8 Sep 2008 07:46:48 -0000       1.10
@@ -2,11 +2,12 @@
 %><%@ taglib uri="http://java.sun.com/jsp/jstl/fmt"; prefix="fmt" 
 %><%@ taglib uri="http://finalist.com/cmsc"; prefix="cmsc" 
 %><%@ taglib uri="http://jsptags.com/tags/navigation/pager"; prefix="pg" 
-%><%@ taglib prefix="edit" tagdir="/WEB-INF/tags/edit" %>
-<mm:content type="text/html" encoding="UTF-8" expires="0">
+%><%@ taglib prefix="edit" tagdir="/WEB-INF/tags/edit"
+%><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>
 <cmscedit:head title="ewsletter.subscription.manage.newsletteroverview">
 </cmscedit:head>
-
 <edit:ui-tabs>
    <edit:ui-tab key="newsletteroverview.title" active="true">
       #
@@ -60,6 +61,7 @@
       
    </div>
 </div>
+</html>
 </mm:content>
 <script>
    function exportsubscription() {


Index: report_newsletter_subscriptions.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module/report_newsletter_subscriptions.jsp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- report_newsletter_subscriptions.jsp 5 Sep 2008 06:24:50 -0000       1.10
+++ report_newsletter_subscriptions.jsp 8 Sep 2008 07:46:48 -0000       1.11
@@ -3,10 +3,12 @@
 %><%@ taglib uri="http://java.sun.com/jsp/jstl/fmt"; prefix="fmt"
 %><%@ taglib uri="http://finalist.com/cmsc"; prefix="cmsc"
 %><%@ taglib uri="http://jsptags.com/tags/navigation/pager"; prefix="pg"
-%><%@ taglib prefix="edit" tagdir="/WEB-INF/tags/edit" %>
-<mm:content type="text/html" encoding="UTF-8" expires="0">
-   <cmscedit:head title="reactions.title">
-   </cmscedit:head>
+%><%@ taglib prefix="edit" tagdir="/WEB-INF/tags/edit"
+%><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>
+<cmscedit:head title="reactions.title">
+</cmscedit:head>
 <body>
 <edit:ui-tabs>
    <edit:ui-tab title="${requestScope.newsletterTitle}" active="true">
@@ -65,6 +67,7 @@
    </div>
 </div>
 </body>
+</html>
 </mm:content>
 <script>
    function showImportPage(){


Index: report_overview.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module/report_overview.jsp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- report_overview.jsp 12 Aug 2008 11:00:44 -0000      1.13
+++ report_overview.jsp 8 Sep 2008 07:46:48 -0000       1.14
@@ -1,9 +1,8 @@
 <[EMAIL PROTECTED] file="globals.jsp" 
-%><%@ taglib prefix="edit" tagdir="/WEB-INF/tags/edit" %>
-<mm:content type="text/html" encoding="UTF-8" expires="0">
+%><%@ taglib prefix="edit" tagdir="/WEB-INF/tags/edit"
+%><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="index.title"/>
 <body>
    <edit:ui-tabs>


Index: report_publication_edit.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module/report_publication_edit.jsp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- report_publication_edit.jsp 5 Sep 2008 06:24:50 -0000       1.6
+++ report_publication_edit.jsp 8 Sep 2008 07:46:48 -0000       1.7
@@ -1,7 +1,8 @@
 <[EMAIL PROTECTED] file="globals.jsp" 
 %><%@ taglib uri="http://finalist.com/cmsc"; prefix="cmsc" 
-%><%@ taglib prefix="edit" tagdir="/WEB-INF/tags/edit" %>
-<mm:content type="text/html" encoding="UTF-8" expires="0">
+%><%@ taglib prefix="edit" tagdir="/WEB-INF/tags/edit"
+%><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>
    <cmscedit:head title="index.title">
       <script src="../repository/search.js" type="text/javascript"></script>


Index: report_publication_statistic.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module/report_publication_statistic.jsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- report_publication_statistic.jsp    5 Sep 2008 06:24:50 -0000       1.7
+++ report_publication_statistic.jsp    8 Sep 2008 07:46:48 -0000       1.8
@@ -1,7 +1,8 @@
 <[EMAIL PROTECTED] file="globals.jsp" 
 %><%@ taglib uri="http://finalist.com/cmsc"; prefix="cmsc" 
-%><%@ taglib prefix="edit" tagdir="/WEB-INF/tags/edit" %>
-<mm:content type="text/html" encoding="UTF-8" expires="0">
+%><%@ taglib prefix="edit" tagdir="/WEB-INF/tags/edit"
+%><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>
    <cmscedit:head title="index.title">
       <script src="../repository/search.js" type="text/javascript"></script>


Index: report_publication_subscribers.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module/report_publication_subscribers.jsp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- report_publication_subscribers.jsp  5 Sep 2008 06:24:50 -0000       1.8
+++ report_publication_subscribers.jsp  8 Sep 2008 07:46:48 -0000       1.9
@@ -1,8 +1,8 @@
 <[EMAIL PROTECTED] file="globals.jsp" 
 %><%@ taglib uri="http://finalist.com/cmsc"; prefix="cmsc" 
-%><%@ taglib prefix="edit" tagdir="/WEB-INF/tags/edit" %>
-
-<mm:content type="text/html" encoding="UTF-8" expires="0">
+%><%@ taglib prefix="edit" tagdir="/WEB-INF/tags/edit"
+%><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>
    <cmscedit:head title="index.title">
       <script src="../repository/search.js" type="text/javascript"></script>


Index: report_publication_terms.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module/report_publication_terms.jsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- report_publication_terms.jsp        5 Sep 2008 06:24:50 -0000       1.7
+++ report_publication_terms.jsp        8 Sep 2008 07:46:48 -0000       1.8
@@ -1,7 +1,8 @@
 <[EMAIL PROTECTED] file="globals.jsp" 
 %><%@ taglib uri="http://finalist.com/cmsc"; prefix="cmsc" 
-%><%@ taglib prefix="edit" tagdir="/WEB-INF/tags/edit" %>
-<mm:content type="text/html" encoding="UTF-8" expires="0">
+%><%@ taglib prefix="edit" tagdir="/WEB-INF/tags/edit"
+%><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>
    <cmscedit:head title="index.title">
       <script src="../repository/search.js" type="text/javascript"></script>


Index: report_subscriber_list.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module/report_subscriber_list.jsp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- report_subscriber_list.jsp  5 Sep 2008 06:24:50 -0000       1.9
+++ report_subscriber_list.jsp  8 Sep 2008 07:46:48 -0000       1.10
@@ -3,10 +3,12 @@
 %><%@ taglib uri="http://java.sun.com/jsp/jstl/fmt"; prefix="fmt"
 %><%@ taglib uri="http://finalist.com/cmsc"; prefix="cmsc"
 %><%@ taglib uri="http://jsptags.com/tags/navigation/pager"; prefix="pg"
-%><%@ taglib prefix="edit" tagdir="/WEB-INF/tags/edit" %>
-<mm:content type="text/html" encoding="UTF-8" expires="0">
-   <cmscedit:head title="reactions.title">
-   </cmscedit:head>
+%><%@ taglib prefix="edit" tagdir="/WEB-INF/tags/edit"
+%><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>
+<cmscedit:head title="reactions.title">
+</cmscedit:head>
 <body>
    <edit:ui-tabs>
       <edit:ui-tab key="newsletterdetail.title" active="true">
@@ -54,6 +56,7 @@
       </div>
    </div>
 </body>
+</html>
 </mm:content>
 <script>
    function exportsubscription() {


Index: report_subscriber_subscriptions.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module/report_subscriber_subscriptions.jsp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- report_subscriber_subscriptions.jsp 5 Sep 2008 06:24:50 -0000       1.8
+++ report_subscriber_subscriptions.jsp 8 Sep 2008 07:46:48 -0000       1.9
@@ -3,8 +3,10 @@
 %><%@ taglib uri="http://java.sun.com/jsp/jstl/fmt"; prefix="fmt"
 %><%@ taglib uri="http://finalist.com/cmsc"; prefix="cmsc"
 %><%@ taglib uri="http://jsptags.com/tags/navigation/pager"; prefix="pg"
-%><%@ taglib prefix="edit" tagdir="/WEB-INF/tags/edit" %>
-<mm:content type="text/html" encoding="UTF-8" expires="0">
+%><%@ taglib prefix="edit" tagdir="/WEB-INF/tags/edit"
+%><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>
    <cmscedit:head title="ewsletter.subscription.manage.newsletteroverview">
    </cmscedit:head>
    <body>
@@ -44,6 +46,7 @@
          </div>
       </div>
    </body>
+</html>
 </mm:content>
 
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to