Skip to content

Commit

Permalink
change code comment / typo for xhtml 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tofi86 authored Dec 30, 2016
1 parent 31bd74e commit b899f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/adobe/epubcheck/xml/XMLParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ private static String sniffEncoding(InputStream in)
// 2.0 dtd, probably never published
map.put("http://www.idpf.org/dtds/2007/opf.dtd",
ResourceUtil.getResourcePath("schema/20/dtd/opf20.dtd"));
// xhtml 1.1
// xhtml 1.0
map.put("http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd",
ResourceUtil.getResourcePath("schema/20/dtd/xhtml1-transitional.dtd"));
map.put("http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd",
Expand Down

0 comments on commit b899f7d

Please sign in to comment.