diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-06-27 09:44:45 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-06-27 09:44:45 +0200 |
commit | fd7943aaac8f35956e30874291e211d2a3c48453 (patch) | |
tree | 1b59e34c19c01940adc2c237ccdf0951afaf72f2 /system/codeigniter/index.html | |
parent | e96c12c4f7b481b1cc4ea833450e625164307d22 (diff) |
Fixed a double opening <p> tag in the index pages of each system directory.
Diffstat (limited to 'system/codeigniter/index.html')
-rw-r--r-- | system/codeigniter/index.html | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/system/codeigniter/index.html b/system/codeigniter/index.html index 5a1f5d6ae..065d2da5e 100644 --- a/system/codeigniter/index.html +++ b/system/codeigniter/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 |