dns/ddclient: style sweep

This commit is contained in:
Franco Fichtner
2022-02-18 09:37:16 +01:00
parent a07e93d85f
commit c526550c15
@@ -50,7 +50,7 @@ class AccountsController extends ApiMutableModelControllerBase
}
unset($row['use_interface']);
if ($row['service'] == 'Custom') {
$row['service'] = 'Custom ('.$row['protocol'].')';
$row['service'] = 'Custom (' . $row['protocol'] . ')';
}
unset($row['protocol']);
}