mirror of https://github.com/kiwix/libkiwix.git
Made 404 HTML template consistent with the rest
This commit is contained in:
parent
a5baafd09f
commit
c64fce52e7
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue