Parcourir la source

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

Jason Hanes il y a 12 ans
Parent
commit
329b8b8062

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

@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
     <title>403 &mdash; Forbidden</title>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-    <meta name="description" content="You do not have permission to view this"/>
+    <meta name="description" content="403 - Forbidden"/>
     <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/403.html

@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
     <title>403 &mdash; Forbidden</title>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-    <meta name="description" content="You do not have permission to view this"/>
+    <meta name="description" content="403 - Forbidden"/>
     <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/403.html

@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
     <title>403 &mdash; Forbidden</title>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-    <meta name="description" content="You do not have permission to view this"/>
+    <meta name="description" content="403 - Forbidden"/>
     <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;}