commit | fd7943aaac8f35956e30874291e211d2a3c48453 | [log] [tgz] |
---|---|---|
author | Derek Allard <derek.allard@ellislab.com> | Fri Jun 27 07:44:45 2008 +0000 |
committer | Derek Allard <derek.allard@ellislab.com> | Fri Jun 27 07:44:45 2008 +0000 |
tree | 1b59e34c19c01940adc2c237ccdf0951afaf72f2 | |
parent | e96c12c4f7b481b1cc4ea833450e625164307d22 [diff] [blame] |
Fixed a double opening <p> tag in the index pages of each system directory.
diff --git a/system/cache/index.html b/system/cache/index.html index 5a1f5d6..065d2da 100644 --- a/system/cache/index.html +++ b/system/cache/index.html
@@ -1,15 +1,10 @@ <html> - <head> - -<title>403 Forbidden</title> - + <title>403 Forbidden</title> </head> +<body> -<body bgcolor='#ffffff'> - -<p>Directory access is forbidden.<p> +<p>Directory access is forbidden.</p> </body> - </html> \ No newline at end of file