summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-03-04 08:29:31 -0300
committerRenato Botelho <renato@netgate.com>2016-03-04 08:29:31 -0300
commitd33074bac7d08799154cffc2bf3cf9959a751562 (patch)
tree24033b24803ec67e7b527943b9859f6103087185
parent14f5207334d5aa6fb43e67656319a97887a55b5b (diff)
parentd2cc5ecd9c62137e78a7f4d4bf67a1c7c975bd81 (diff)
downloadpfsense-d33074bac7d08799154cffc2bf3cf9959a751562.zip
pfsense-d33074bac7d08799154cffc2bf3cf9959a751562.tar.gz
Merge pull request #2705 from NOYB/HTML_Compliance_-_Diagnostics_/_States_/_States
-rwxr-xr-xsrc/usr/local/www/diag_dump_states.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_dump_states.php b/src/usr/local/www/diag_dump_states.php
index 50efba3..d30533c 100755
--- a/src/usr/local/www/diag_dump_states.php
+++ b/src/usr/local/www/diag_dump_states.php
@@ -253,7 +253,7 @@ print $form;
$info = $res[$i]['dst'];
if ($res[$i]['dst-orig'])
$info .= " (" . $res[$i]['dst-orig'] . ")";
- $info .= " <- ";
+ $info .= " &lt;- ";
$info .= $res[$i]['src'];
if ($res[$i]['src-orig'])
$info .= " (" . $res[$i]['src-orig'] . ")";
OpenPOWER on IntegriCloud