diff --git a/e107_handlers/e_parse_class.php b/e107_handlers/e_parse_class.php index 5f2f50666..90fd46d60 100644 --- a/e107_handlers/e_parse_class.php +++ b/e107_handlers/e_parse_class.php @@ -1876,7 +1876,7 @@ class e_parse 'ā' => 'a', 'ē' => 'e', 'ģ' => 'g', 'ī' => 'i', 'ķ' => 'k', 'ļ' => 'l', 'ņ' => 'n', 'ū' => 'u', - 'ľ' => 'l', 'ŕ' => 'r', + 'ľ' => 'l', 'ŕ' => 'r', 'Ľ' => 'l', ); return str_replace(array_keys($char_map), $char_map, $text);