You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2008/05/08 10:04:31 UTC

svn commit: r654442 - /incubator/sling/trunk/api/src/main/resources/org/apache/sling/api/servlets/HtmlResponse.html

Author: bdelacretaz
Date: Thu May  8 01:04:31 2008
New Revision: 654442

URL: http://svn.apache.org/viewvc?rev=654442&view=rev
Log:
SLING-435 - remove DOCTYPE and xhtml stuff from HtmlResponse, until we have a better solution

Modified:
    incubator/sling/trunk/api/src/main/resources/org/apache/sling/api/servlets/HtmlResponse.html

Modified: incubator/sling/trunk/api/src/main/resources/org/apache/sling/api/servlets/HtmlResponse.html
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/api/src/main/resources/org/apache/sling/api/servlets/HtmlResponse.html?rev=654442&r1=654441&r2=654442&view=diff
==============================================================================
--- incubator/sling/trunk/api/src/main/resources/org/apache/sling/api/servlets/HtmlResponse.html (original)
+++ incubator/sling/trunk/api/src/main/resources/org/apache/sling/api/servlets/HtmlResponse.html Thu May  8 01:04:31 2008
@@ -1,5 +1,3 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <!-- 
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -16,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<html>
 <head>
     <title>${title}</title>
 </head>