Skip to content

Commit a3a946d

Browse files
author
Jason Hanes
committed
Update 400 meta desc. to be consistent with page title.
1 parent 8668fbc commit a3a946d

File tree

3 files changed

+3
-3
lines changed
  • install
    • debian/templates/web/skel/document_errors
    • rhel/templates/web/skel/document_errors
    • ubuntu/templates/web/skel/document_errors

3 files changed

+3
-3
lines changed

install/debian/templates/web/skel/document_errors/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
33
<title>404 &mdash; Page Not Found</title>
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
5-
<meta name="description" content="Sorry, page not found"/>
5+
<meta name="description" content="404 - Page Not Found"/>
66
<style type="text/css">
77
body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
88
h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}

install/rhel/templates/web/skel/document_errors/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
33
<title>404 &mdash; Page Not Found</title>
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
5-
<meta name="description" content="Sorry, page not found"/>
5+
<meta name="description" content="404 - Page Not Found"/>
66
<style type="text/css">
77
body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
88
h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}

install/ubuntu/templates/web/skel/document_errors/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
33
<title>404 &mdash; Page Not Found</title>
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
5-
<meta name="description" content="Sorry, page not found"/>
5+
<meta name="description" content="404 - Page Not Found"/>
66
<style type="text/css">
77
body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
88
h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}

0 commit comments

Comments
 (0)