We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6791512 commit 27d9f52Copy full SHA for 27d9f52
src/main/java/ru/mystamps/web/controller/TestController.java
@@ -64,7 +64,7 @@ public String simpleJson() {
64
public void simpleHtml(HttpServletResponse response) throws IOException {
65
printHtml(
66
response,
67
- "<html><head><title>test</title></head><body>test</body></html>"
+ "<!DOCTYPE html><html><head><title>test</title></head><body>test</body></html>"
68
);
69
}
70
0 commit comments