Skip to content

Commit 27d9f52

Browse files
committed
/test/invalid/simple-html: add DOCTYPE.
Should be in 29f6dc9 commit. No functional changes. [ci skip]
1 parent 6791512 commit 27d9f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ru/mystamps/web/controller/TestController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public String simpleJson() {
6464
public void simpleHtml(HttpServletResponse response) throws IOException {
6565
printHtml(
6666
response,
67-
"<html><head><title>test</title></head><body>test</body></html>"
67+
"<!DOCTYPE html><html><head><title>test</title></head><body>test</body></html>"
6868
);
6969
}
7070

0 commit comments

Comments
 (0)