Skip to content

Commit

Permalink
DOCTYPE removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Jun 15, 2014
1 parent 7399391 commit 8d785fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requs-core/src/main/resources/org/requs/requs.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
xmlns="http://www.w3.org/1999/xhtml">
<xsl:output method="xml" omit-xml-declaration="yes"/>
<xsl:template match="/">
<xsl:text disable-output-escaping="yes">&lt;!DOCTYPE html&gt;</xsl:text>
<html lang="en-US">
<head>
<meta charset="UTF-8"/>
Expand Down
1 change: 0 additions & 1 deletion requs-core/src/test/java/org/requs/CompilerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ private void parses(final String file, final String text) throws Exception {
)
)
);
Assume.assumeTrue(false);
MatcherAssert.assertThat(
xsl.transform(srs),
Matchers.describedAs(
Expand Down

0 comments on commit 8d785fd

Please sign in to comment.