summaryrefslogtreecommitdiff
path: root/resources/views/icons/arrow-left.phtml
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2021-09-17 07:54:41 +0100
committerGreg Roach <greg@subaqua.co.uk>2021-09-17 07:56:12 +0100
commit3d0b7eeb53858e294409cf1b659df8a6460ea483 (patch)
treefce97c582bbf5180cba00c29abf19eb9a26aae26 /resources/views/icons/arrow-left.phtml
parent42a5fbaf9f19d95d13bd74d3ce53fa8083e6ad10 (diff)
downloadwebtrees-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.phtml2
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