diff options
author | ctrlaltca <> | 2012-07-12 12:13:23 +0000 |
---|---|---|
committer | ctrlaltca <> | 2012-07-12 12:13:23 +0000 |
commit | 712729aa2f9b5e491e78f29b8f779f8b40a67ba4 (patch) | |
tree | 2f71cfc97e15a8b0f390c4c56807db80c634870b /framework/I18N/TChoiceFormat.php | |
parent | 903ae8a581fac1e6917fc3e31d2ad8fb91df80c3 (diff) |
removed ?> from php files
Diffstat (limited to 'framework/I18N/TChoiceFormat.php')
-rw-r--r-- | framework/I18N/TChoiceFormat.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/I18N/TChoiceFormat.php b/framework/I18N/TChoiceFormat.php index 401b25d9..5cadcd2e 100644 --- a/framework/I18N/TChoiceFormat.php +++ b/framework/I18N/TChoiceFormat.php @@ -108,4 +108,3 @@ class TChoiceFormat extends TTranslate return strtr($string, array('{Value}'=> $value)); } } -?> |