summaryrefslogtreecommitdiffstats
path: root/system/fonts
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-06-27 09:44:45 +0200
committerDerek Allard <derek.allard@ellislab.com>2008-06-27 09:44:45 +0200
commitfd7943aaac8f35956e30874291e211d2a3c48453 (patch)
tree1b59e34c19c01940adc2c237ccdf0951afaf72f2 /system/fonts
parente96c12c4f7b481b1cc4ea833450e625164307d22 (diff)
Fixed a double opening &lt;p&gt; tag in the index pages of each system directory.
Diffstat (limited to 'system/fonts')
-rw-r--r--system/fonts/index.html11
1 files changed, 3 insertions, 8 deletions
diff --git a/system/fonts/index.html b/system/fonts/index.html
index 5a1f5d6ae..065d2da5e 100644
--- a/system/fonts/index.html
+++ b/system/fonts/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