mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix indent
This commit is contained in:
parent
eb2ab5ebee
commit
e4034dcb7d
@ -448,8 +448,8 @@ if ($input_errors)
|
||||
<?php
|
||||
if ($portinfo['isvlan']) {
|
||||
$descr = sprintf(gettext('VLAN %1$s on %2$s'),$portinfo['tag'],$portinfo['if']);
|
||||
if ($portinfo['descr'])
|
||||
$descr .= " (" . $portinfo['descr'] . ")";
|
||||
if ($portinfo['descr'])
|
||||
$descr .= " (" . $portinfo['descr'] . ")";
|
||||
echo htmlspecialchars($descr);
|
||||
} elseif ($portinfo['iswlclone']) {
|
||||
$descr = $portinfo['cloneif'];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user