From 82f2b11aaa6152e8517bd5dc66bed1fb3f31c3f8 Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Sun, 10 Apr 2016 15:28:30 -0300 Subject: [PATCH] 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. --- src/usr/local/www/status_ipsec_spd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usr/local/www/status_ipsec_spd.php b/src/usr/local/www/status_ipsec_spd.php index c14567d743..b10d61b074 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', '►'); -define('LEFTARROW', '◀'); +define('LEFTARROW', '◄'); require("guiconfig.inc"); require("ipsec.inc");