Removed the magical "Collabnet XHTML" doc type. I'm sure not many browsers would
know of this special format (some browsers do special document handling based on well known doc types). git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113326 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
location="${location}"/>
|
||||
|
||||
<x:doctype name="html"
|
||||
publicId="-//CollabNet//DTD XHTML 1.0 Transitional//EN"
|
||||
systemId="http://www.collabnet.com/dtds/collabnet_transitional_10.dtd"/>
|
||||
publicId="-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
systemId="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
|
||||
Reference in New Issue
Block a user