diff options
author | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-03-04 16:21:11 +0000 |
---|---|---|
committer | Unknown Bliss <m@michaelcullum.com> | 2012-09-01 15:04:43 +0100 |
commit | 85e871e902454d14321f69e162a92746c46f7d65 (patch) | |
tree | 1f9584ceb2cd878f50c4199d26376da7125caa59 | |
parent | a51ef4444719c8a50f6fe8ea909ce55ec41e5835 (diff) | |
download | forums-85e871e902454d14321f69e162a92746c46f7d65.tar forums-85e871e902454d14321f69e162a92746c46f7d65.tar.gz forums-85e871e902454d14321f69e162a92746c46f7d65.tar.bz2 forums-85e871e902454d14321f69e162a92746c46f7d65.tar.xz forums-85e871e902454d14321f69e162a92746c46f7d65.zip |
[ticket/10631] Removing ?> at end of customisations language file
PHPBB3-10631
-rw-r--r-- | phpBB/language/en/acp/customisations.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/customisations.php b/phpBB/language/en/acp/customisations.php index 5b15ae7655..e20806eac2 100644 --- a/phpBB/language/en/acp/customisations.php +++ b/phpBB/language/en/acp/customisations.php @@ -104,5 +104,3 @@ $lang = array_merge($lang, array( 'AUTHOR_HOMEPAGE' => 'Author Homepage',
'AUTHOR_ROLE' => 'Author Role',
));
-
-?>
|