summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@users.noreply.github.com>2016-04-10 15:28:30 -0300
committerStephen Beaver <sbeaver@netgate.com>2016-04-11 08:23:32 -0400
commit37971d9b55e4904cb720fb9782f2007872e28c4d (patch)
tree655eaaad618f3a139c47c5891c176099eff5347c
parentcd34a32b2e7707875666f512b63d3aa9f0f0d50e (diff)
downloadpfsense-37971d9b55e4904cb720fb9782f2007872e28c4d.zip
pfsense-37971d9b55e4904cb720fb9782f2007872e28c4d.tar.gz
Fix the IPsec SPD arrows
Currently, a `BLACK RIGHT-POINTING POINTER` and a `BLACK LEFT-POINTING TRIANGLE` are used to display the direction. This commit changes both arrows to be `POINTER`s.
-rw-r--r--src/usr/local/www/status_ipsec_spd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/status_ipsec_spd.php b/src/usr/local/www/status_ipsec_spd.php
index c14567d..b10d61b 100644
--- a/src/usr/local/www/status_ipsec_spd.php
+++ b/src/usr/local/www/status_ipsec_spd.php
@@ -64,7 +64,7 @@
##|-PRIV
define('RIGHTARROW', '&#x25ba;');
-define('LEFTARROW', '&#x25c0;');
+define('LEFTARROW', '&#x25c4;');
require("guiconfig.inc");
require("ipsec.inc");
OpenPOWER on IntegriCloud