diff options
author | andi <andi@splitbrain.org> | 2005-04-13 19:53:38 +0200 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-04-13 19:53:38 +0200 |
commit | 340756e4d13bbcffbd9cba79aef7fc7a6ca2ecb8 (patch) | |
tree | 160d60db6a261905bb0e2dee27ad4918ac6a9505 /inc/utf8.php | |
parent | dfb7810ba16e7becb2fb423cf984b18c8526b085 (diff) | |
download | rpg-340756e4d13bbcffbd9cba79aef7fc7a6ca2ecb8.tar.gz rpg-340756e4d13bbcffbd9cba79aef7fc7a6ca2ecb8.tar.bz2 |
removed closing php tag for includes
darcs-hash:20050413175338-9977f-c969db6f86df5df175db9a39b4fabb9f072f8f67.gz
Diffstat (limited to 'inc/utf8.php')
-rw-r--r-- | inc/utf8.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inc/utf8.php b/inc/utf8.php index 8793cb856..50a9556ee 100644 --- a/inc/utf8.php +++ b/inc/utf8.php @@ -576,4 +576,6 @@ $UTF8_SPECIAL_CHARS = array( 0xf8f1, 0xf8f2, 0xf8f3, 0xf8f4, 0xf8f5, 0xf8f6, 0xf8f7, 0xf8f8, 0xf8f9, 0xf8fa, 0xf8fb, 0xf8fc, 0xf8fd, 0xf8fe, 0xfe7c, 0xfe7d, ); -?> + + +//Setup VIM: ex: et ts=2 enc=utf-8 : |