Fix broken doctype declaration Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/b8bd0ae5 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/b8bd0ae5 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/b8bd0ae5
Branch: refs/heads/master Commit: b8bd0ae5b3401db915a5bce94979a8fc6d28131c Parents: fd82284 Author: Peter Ansell <[email protected]> Authored: Sat Mar 21 16:01:21 2015 +1100 Committer: Peter Ansell <[email protected]> Committed: Sat Mar 21 16:01:21 2015 +1100 ---------------------------------------------------------------------- test-resources/src/test/resources/html/encoding-test.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/b8bd0ae5/test-resources/src/test/resources/html/encoding-test.html ---------------------------------------------------------------------- diff --git a/test-resources/src/test/resources/html/encoding-test.html b/test-resources/src/test/resources/html/encoding-test.html index ac7c9e8..f08fbac 100644 --- a/test-resources/src/test/resources/html/encoding-test.html +++ b/test-resources/src/test/resources/html/encoding-test.html @@ -1,4 +1,4 @@ -<!doctype html> +<!DOCTYPE html> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with
