瀏覽代碼

Update 400 meta desc. to be consistent with page title.

Jason Hanes 12 年之前
父節點
當前提交
a3a946d06f

+ 1 - 1
install/debian/templates/web/skel/document_errors/404.html

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

+ 1 - 1
install/rhel/templates/web/skel/document_errors/404.html

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

+ 1 - 1
install/ubuntu/templates/web/skel/document_errors/404.html

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