summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_lb_vs.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-09-08 15:15:58 -0400
committerjim-p <jimp@pfsense.org>2015-09-08 15:15:58 -0400
commit9fb19cab962fd97fa19054c1f5cf0246a08e2978 (patch)
tree167637fdcd9de048f2164881a81f79b4bb655869 /usr/local/www/status_lb_vs.php
parent5a33a6fb8a41a097204939fd696a0e7e6d5b877f (diff)
downloadpfsense-9fb19cab962fd97fa19054c1f5cf0246a08e2978.zip
pfsense-9fb19cab962fd97fa19054c1f5cf0246a08e2978.tar.gz
Misc encoding/display issues in the Load Balancer code
Diffstat (limited to 'usr/local/www/status_lb_vs.php')
-rw-r--r--usr/local/www/status_lb_vs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_lb_vs.php b/usr/local/www/status_lb_vs.php
index 62ae530..952aea7 100644
--- a/usr/local/www/status_lb_vs.php
+++ b/usr/local/www/status_lb_vs.php
@@ -132,7 +132,7 @@ include("head.inc");
?>
</td>
<td class="listbg" >
- <?=$vsent['descr'];?>
+ <?=htmlspecialchars($vsent['descr']);?>
</td>
</tr>
<?php $i++; endforeach; ?>
OpenPOWER on IntegriCloud