net/upnp: fix encoding in literal string

This commit is contained in:
Franco Fichtner
2017-04-12 06:24:30 +02:00
parent 9106dd343f
commit 92a341e1cc
+1 -1
View File
@@ -276,7 +276,7 @@ include("head.inc");
<td>
<input name="logpackets" type="checkbox" value="yes" <?=!empty($pconfig['logpackets']) ? "checked=\"checked\"" : ""; ?> />
<div class="hidden" for="help_for_logpackets">
<?=gettext("Log packets handled by UPnP &amp; NAT-PMP rules?");?>
<?=gettext("Log packets handled by UPnP and NAT-PMP rules?");?>
</div>
</td>
</tr>