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.
This commit is contained in:
Jose Luis Duran 2016-04-10 15:28:30 -03:00
parent 04e646ebd2
commit 82f2b11aaa

View File

@ -64,7 +64,7 @@
##|-PRIV
define('RIGHTARROW', '►');
define('LEFTARROW', '◀');
define('LEFTARROW', '◄');
require("guiconfig.inc");
require("ipsec.inc");