Made 404 HTML template consistent with the rest

This commit is contained in:
Veloman Yunkan 2022-01-30 15:39:12 +04:00
parent a5baafd09f
commit c64fce52e7
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta content="text/html;charset=UTF-8" http-equiv="content-type" /> <meta content="text/html;charset=UTF-8" http-equiv="content-type" />
<title>Content not found</title> <title>Content not found</title>

View File

@ -392,7 +392,7 @@ std::string TestContentIn404HtmlResponse::expectedResponse() const
{ {
const std::string frag[] = { const std::string frag[] = {
R"FRAG(<!DOCTYPE html> R"FRAG(<!DOCTYPE html>
<html> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta content="text/html;charset=UTF-8" http-equiv="content-type" /> <meta content="text/html;charset=UTF-8" http-equiv="content-type" />
<title>Content not found</title> <title>Content not found</title>