summaryrefslogtreecommitdiffstats
path: root/application/config/doctypes.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-01-22 10:15:01 +0100
committerAndrey Andreev <narf@devilix.net>2015-01-22 10:15:01 +0100
commit21898a45f323bb74ef6e5ee8cf21c3397467665b (patch)
treed373ff858e9620c08a790d578d8ff07b745a31fe /application/config/doctypes.php
parent4a183078d782016cd1aaa74cb1762718638609b8 (diff)
parent93d98b611051bf123532a0d30ebe97480ae4a3b4 (diff)
Merge pull request #3490 from vlakoff/file_endings
[ci skip] Remove closing blocks at end of PHP files
Diffstat (limited to 'application/config/doctypes.php')
-rw-r--r--application/config/doctypes.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/application/config/doctypes.php b/application/config/doctypes.php
index 32df5f1ea..29cc533fa 100644
--- a/application/config/doctypes.php
+++ b/application/config/doctypes.php
@@ -58,6 +58,3 @@ $_doctypes = array(
'xhtml-rdfa-1' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">',
'xhtml-rdfa-2' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd">'
);
-
-/* End of file doctypes.php */
-/* Location: ./application/config/doctypes.php */ \ No newline at end of file