summaryrefslogtreecommitdiff
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
parent42a5fbaf9f19d95d13bd74d3ce53fa8083e6ad10 (diff)
downloadwebtrees-3d0b7eeb53858e294409cf1b659df8a6460ea483.tar.gz
webtrees-3d0b7eeb53858e294409cf1b659df8a6460ea483.tar.bz2
webtrees-3d0b7eeb53858e294409cf1b659df8a6460ea483.zip
Fix: #4033 - RTL icons - both icon and image replacement
-rw-r--r--resources/views/icons/arrow-left.phtml2
-rw-r--r--resources/views/icons/arrow-right.phtml2
2 files changed, 2 insertions, 2 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
diff --git a/resources/views/icons/arrow-right.phtml b/resources/views/icons/arrow-right.phtml
index c6997af46b..ccca3c4c99 100644
--- a/resources/views/icons/arrow-right.phtml
+++ b/resources/views/icons/arrow-right.phtml
@@ -1 +1 @@
-<span class="wt-icon-arrow-right"><i class="fas fa-arrow-right fa-fw wt-icon-flip-rtl" aria-hidden="true"></i></span><?php
+<span class="wt-icon-arrow-right wt-icon-flip-rtl"><i class="fas fa-arrow-right fa-fw wt-icon-flip-rtl" aria-hidden="true"></i></span><?php