Skip to content

The inclusion of dir="ltr" or dir="rtl" leads to problems in the Moodle core multilang filter. #10

@lucaboesch

Description

@lucaboesch

See https://tracker.moodle.org/browse/MDL-81055

To reproduce, add the lines

            'dir ltr case EN' => [
                'English',
                '<span lang="en" class="multilang" dir="ltr">English</span><span lang="fr" class="multilang" dir="ltr">Français</span>',
                'en',
            ],

to filter/multilang/tests/filter_test.php (line 125) and run that PHPUnit test.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions