Some XHTMLisms.
authorScott Cantor <cantor.2@osu.edu>
Thu, 29 Oct 2009 21:39:19 +0000 (21:39 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 29 Oct 2009 21:39:19 +0000 (21:39 +0000)
configs/accessError.html

index 546ea4f..ee25974 100644 (file)
@@ -5,7 +5,7 @@
        
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <link rel="stylesheet" type="text/css" href="<shibmlp styleSheet/>" />
        <title>Authorization Failed</title>
 </head>
 <img src="<shibmlp logoLocation/>" alt="Logo" />
 <h1>Authorization Failed</h1>
 
+<p>
 Based on the information provided to this application about you, you are
 not authorized to access the resource at "<shibmlp requestURL/>"
+</p>
 
-<p/>
-
+<p>
 Please contact the administrator of this service or application if you
 believe this to be an error at <a href="mailto:<shibmlp supportContact/>"><shibmlp supportContact/></a>
+</p>
 
 </body>
 </html>