mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #553 from timdufrane/patch-1
Fix none where should be empty string for 802.1p
This commit is contained in:
commit
e6dc512763
@ -1319,7 +1319,7 @@ $i--): ?>
|
||||
else
|
||||
$selected = "";
|
||||
if ($vprio == "none")
|
||||
$opts .= "<option value=\"{$vprio}\">{$vprio}</option>\n";
|
||||
$opts .= "<option value=\"\">{$vprio}</option>\n";
|
||||
else
|
||||
$opts .= "<option value=\"{$vprio}\" {$selected}>" . strtoupper($vprio) . "</option>\n";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user