diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-12-07 16:53:08 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-12-07 16:53:08 +0100 |
commit | 305092987b35e89a7ab08d7180c68d09074800d9 (patch) | |
tree | e30f71af52af4c03da8b2d69b5b1ce1bab856009 /system/application/views/file/non_existent.php | |
parent | df391ca93099e17f15875366dce37cacc9079f42 (diff) |
fix spelling mistake
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'system/application/views/file/non_existent.php')
-rw-r--r-- | system/application/views/file/non_existent.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/application/views/file/non_existent.php b/system/application/views/file/non_existent.php new file mode 100644 index 000000000..9f4a79913 --- /dev/null +++ b/system/application/views/file/non_existent.php @@ -0,0 +1,3 @@ +<div style="text-align:center"> + <p>I'm sorry, but the requested file doesn't exist.</p> +</div> |