Fix indent

This commit is contained in:
Renato Botelho 2014-09-06 11:46:32 -03:00
parent eb2ab5ebee
commit e4034dcb7d

View File

@ -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'];