diff options
Diffstat (limited to 'inc/lang/ru')
-rw-r--r-- | inc/lang/ru/lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/lang/ru/lang.php b/inc/lang/ru/lang.php index 7aa7c5b09..40d3ffefe 100644 --- a/inc/lang/ru/lang.php +++ b/inc/lang/ru/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Yuri Pimenov <up@ftpsearch.lv> * @author Igor Tarasov <tigr@mail15.com> * @author Denis Simakov <akinoame1@gmail.com> @@ -33,7 +33,7 @@ * @author Nolf <m.kopachovets@gmail.com> * @author Takumo <9206984@mail.ru> */ -$lang['encoding'] = ' utf-8'; +$lang['encoding'] = 'utf-8'; $lang['direction'] = 'ltr'; $lang['doublequoteopening'] = '«'; $lang['doublequoteclosing'] = '»'; |