diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-09-17 07:54:41 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-09-17 07:56:12 +0100 |
| commit | 3d0b7eeb53858e294409cf1b659df8a6460ea483 (patch) | |
| tree | fce97c582bbf5180cba00c29abf19eb9a26aae26 /resources/views/icons/arrow-left.phtml | |
| parent | 42a5fbaf9f19d95d13bd74d3ce53fa8083e6ad10 (diff) | |
| download | webtrees-3d0b7eeb53858e294409cf1b659df8a6460ea483.tar.gz webtrees-3d0b7eeb53858e294409cf1b659df8a6460ea483.tar.bz2 webtrees-3d0b7eeb53858e294409cf1b659df8a6460ea483.zip | |
Fix: #4033 - RTL icons - both icon and image replacement
Diffstat (limited to 'resources/views/icons/arrow-left.phtml')
| -rw-r--r-- | resources/views/icons/arrow-left.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/icons/arrow-left.phtml b/resources/views/icons/arrow-left.phtml index 8c67dd0c60..73d1056709 100644 --- a/resources/views/icons/arrow-left.phtml +++ b/resources/views/icons/arrow-left.phtml @@ -1 +1 @@ -<span class="wt-icon-arrow-left"><i class="fas fa-arrow-left fa-fw wt-icon-flip-rtl" aria-hidden="true"></i></span><?php +<span class="wt-icon-arrow-left wt-icon-flip-rtl"><i class="fas fa-arrow-left fa-fw wt-icon-flip-rtl" aria-hidden="true"></i></span><?php |
