Encode interface/VIP descriptions before displaying them on the NTP daemon settings.

This commit is contained in:
jim-p 2014-08-06 15:52:36 -04:00
parent 2276d74319
commit bf2fb3db04

View File

@ -112,7 +112,7 @@ include("head.inc");
echo "<option value='{$iface}'";
if (in_array($iface, $pconfig['interface']))
echo "selected";
echo ">{$ifacename}</option>\n";
echo ">" . htmlspecialchars($ifacename) . "</option>\n";
} ?>
</select>
<br/>