< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/OutputPropertiesFactory.java

Print this page

        

@@ -68,11 +68,11 @@
  * </ul>
  *
  * @see SerializerFactory
  * @see Method
  * @see Serializer
- * @LastModified: Feb 2019
+ * @LastModified: Mar 2019
  */
 public final class OutputPropertiesFactory
 {
     /** S_BUILTIN_EXTENSIONS_URL is a mnemonic for the XML Namespace
      *(http://xml.apache.org/xalan) predefined to signify Xalan's

@@ -229,11 +229,11 @@
     };
 
     private static final String[] PROP_HTML = {
         "method",
         "indent",
-        "media",
+        "media-type",
         "version",
         "{http://xml.apache.org/xalan}indent-amount",
         "{http://xml.apache.org/xalan}content-handler",
         "{http://xml.apache.org/xalan}entities",
         "{http://xml.apache.org/xalan}use-url-escaping",
< prev index next >