Fixed a double opening <p> tag in the index pages of each system directory.
diff --git a/system/application/libraries/index.html b/system/application/libraries/index.html
index 5a1f5d6..065d2da 100644
--- a/system/application/libraries/index.html
+++ b/system/application/libraries/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