summaryrefslogtreecommitdiffstats
path: root/application/models
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-02-16 10:05:31 +0100
committerAndrey Andreev <narf@devilix.net>2015-02-16 10:05:31 +0100
commitef0f792226de72d35a1024a600c08ff1801dd58b (patch)
treeacbb0723297f09b53e358d15808132893f9a6ff3 /application/models
parentdd35092476ec9525ba6f6352241847f040e65187 (diff)
parentb68a811f1a09b8d6012b6782b36a988daf68a82e (diff)
Merge pull request #3596 from Tjoosten/develop
[ci skip] Add doctype tag to index.html files
Diffstat (limited to 'application/models')
-rw-r--r--application/models/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/application/models/index.html b/application/models/index.html
index c942a79ce..b702fbc39 100644
--- a/application/models/index.html
+++ b/application/models/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>