summaryrefslogtreecommitdiff
path: root/framework/I18N/TChoiceFormat.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/I18N/TChoiceFormat.php')
-rw-r--r--framework/I18N/TChoiceFormat.php1
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));
}
}
-?>