We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07aca2c commit 3b39775Copy full SHA for 3b39775
1 file changed
src/xdvrx1_serverProject/FileNotFoundMessage.java
@@ -6,9 +6,9 @@ class FileNotFoundMessage {
6
new StringBuilder("<html>\r\n")
7
.append("<head><title>File Not Found</title>\r\n")
8
.append("</head>\r\n")
9
- .append("<bodyString>")
+ .append("<body>")
10
.append("<h1>HTTP Error 404: File Not Found [Try again later]</h1>\r\n")
11
.append("</body></html>\r\n")
12
.toString();
13
14
-}
+}
0 commit comments