summaryrefslogtreecommitdiffstats
path: root/system/language/english/form_validation_lang.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 /system/language/english/form_validation_lang.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 'system/language/english/form_validation_lang.php')
-rw-r--r--system/language/english/form_validation_lang.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/system/language/english/form_validation_lang.php b/system/language/english/form_validation_lang.php
index 558949bf6..e5ef09e3e 100644
--- a/system/language/english/form_validation_lang.php
+++ b/system/language/english/form_validation_lang.php
@@ -65,6 +65,3 @@ $lang['form_validation_less_than_equal_to'] = 'The {field} field must contain a
$lang['form_validation_greater_than'] = 'The {field} field must contain a number greater than {param}.';
$lang['form_validation_greater_than_equal_to'] = 'The {field} field must contain a number greater than or equal to {param}.';
$lang['form_validation_error_message_not_set'] = 'Unable to access an error message corresponding to your field name {field}.';
-
-/* End of file form_validation_lang.php */
-/* Location: ./system/language/english/form_validation_lang.php */ \ No newline at end of file