diff options
author | Andrey Andreev <narf@devilix.net> | 2015-02-16 10:05:31 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-02-16 10:05:31 +0100 |
commit | ef0f792226de72d35a1024a600c08ff1801dd58b (patch) | |
tree | acbb0723297f09b53e358d15808132893f9a6ff3 /system/libraries | |
parent | dd35092476ec9525ba6f6352241847f040e65187 (diff) | |
parent | b68a811f1a09b8d6012b6782b36a988daf68a82e (diff) |
Merge pull request #3596 from Tjoosten/develop
[ci skip] Add doctype tag to index.html files
Diffstat (limited to 'system/libraries')
-rw-r--r-- | system/libraries/Cache/drivers/index.html | 3 | ||||
-rw-r--r-- | system/libraries/Cache/index.html | 3 | ||||
-rw-r--r-- | system/libraries/Javascript/index.html | 3 | ||||
-rw-r--r-- | system/libraries/Session/index.html | 3 | ||||
-rw-r--r-- | system/libraries/index.html | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/system/libraries/Cache/drivers/index.html b/system/libraries/Cache/drivers/index.html index c942a79ce..b702fbc39 100644 --- a/system/libraries/Cache/drivers/index.html +++ b/system/libraries/Cache/drivers/index.html @@ -1,3 +1,4 @@ +<!DOCTYPE html> <html> <head> <title>403 Forbidden</title> @@ -7,4 +8,4 @@ <p>Directory access is forbidden.</p> </body> -</html>
\ No newline at end of file +</html> diff --git a/system/libraries/Cache/index.html b/system/libraries/Cache/index.html index c942a79ce..b702fbc39 100644 --- a/system/libraries/Cache/index.html +++ b/system/libraries/Cache/index.html @@ -1,3 +1,4 @@ +<!DOCTYPE html> <html> <head> <title>403 Forbidden</title> @@ -7,4 +8,4 @@ <p>Directory access is forbidden.</p> </body> -</html>
\ No newline at end of file +</html> diff --git a/system/libraries/Javascript/index.html b/system/libraries/Javascript/index.html index c942a79ce..b702fbc39 100644 --- a/system/libraries/Javascript/index.html +++ b/system/libraries/Javascript/index.html @@ -1,3 +1,4 @@ +<!DOCTYPE html> <html> <head> <title>403 Forbidden</title> @@ -7,4 +8,4 @@ <p>Directory access is forbidden.</p> </body> -</html>
\ No newline at end of file +</html> diff --git a/system/libraries/Session/index.html b/system/libraries/Session/index.html index c942a79ce..b702fbc39 100644 --- a/system/libraries/Session/index.html +++ b/system/libraries/Session/index.html @@ -1,3 +1,4 @@ +<!DOCTYPE html> <html> <head> <title>403 Forbidden</title> @@ -7,4 +8,4 @@ <p>Directory access is forbidden.</p> </body> -</html>
\ No newline at end of file +</html> diff --git a/system/libraries/index.html b/system/libraries/index.html index c942a79ce..b702fbc39 100644 --- a/system/libraries/index.html +++ b/system/libraries/index.html @@ -1,3 +1,4 @@ +<!DOCTYPE html> <html> <head> <title>403 Forbidden</title> @@ -7,4 +8,4 @@ <p>Directory access is forbidden.</p> </body> -</html>
\ No newline at end of file +</html> |