diff options
author | Ivan Tcholakov <ivantcholakov@gmail.com> | 2015-02-17 19:03:09 +0100 |
---|---|---|
committer | Ivan Tcholakov <ivantcholakov@gmail.com> | 2015-02-17 19:03:09 +0100 |
commit | 3cf58eaf15abaa1b5ab3e9ff671f174c9455b28f (patch) | |
tree | f4bc0e45c40f9fe55fe470bce9c0724d0ed93d4d /application/views | |
parent | 48e79c7a71efc44000c62a57adb60505941586b2 (diff) |
Finishing PR #3596 <!DOCTYPE html>
Diffstat (limited to 'application/views')
-rw-r--r-- | application/views/errors/cli/index.html | 3 | ||||
-rw-r--r-- | application/views/errors/html/index.html | 3 | ||||
-rw-r--r-- | application/views/errors/index.html | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/application/views/errors/cli/index.html b/application/views/errors/cli/index.html index c942a79ce..b702fbc39 100644 --- a/application/views/errors/cli/index.html +++ b/application/views/errors/cli/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/application/views/errors/html/index.html b/application/views/errors/html/index.html index c942a79ce..b702fbc39 100644 --- a/application/views/errors/html/index.html +++ b/application/views/errors/html/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/application/views/errors/index.html b/application/views/errors/index.html index c942a79ce..b702fbc39 100644 --- a/application/views/errors/index.html +++ b/application/views/errors/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> |