X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=languages%2FLanguageConverter.php;h=d11838a8b7d3cb2e10bedb217d061c70b003be4a;hb=ade631c612cc9c86c133005f5e898041b9240084;hp=f611358d94c09b5e2faa3d91b05b297cfccb397e;hpb=b610a3b617f7616b2f1db12498cbad5aeae12576;p=lhc%2Fweb%2Fwiklou.git diff --git a/languages/LanguageConverter.php b/languages/LanguageConverter.php index f611358d94..d11838a8b7 100644 --- a/languages/LanguageConverter.php +++ b/languages/LanguageConverter.php @@ -967,11 +967,11 @@ class LanguageConverter { * Parse the conversion table stored in the cache. * * The tables should be in blocks of the following form: - * -{ - * word => word ; - * word => word ; - * ... - * }- + * -{ + * word => word ; + * word => word ; + * ... + * }- * * To make the tables more manageable, subpages are allowed * and will be parsed recursively if $recursive == true.