From 2fa3e5090fa4887ac998c62391112ac06f7ef06c Mon Sep 17 00:00:00 2001 From: SimonFair <39065407+SimonFair@users.noreply.github.com> Date: Tue, 21 Nov 2023 18:30:51 +0000 Subject: [PATCH] fix code --- emhttp/plugins/dynamix.vm.manager/include/libvirt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix.vm.manager/include/libvirt.php b/emhttp/plugins/dynamix.vm.manager/include/libvirt.php index 2bb08fb06..7660d1388 100644 --- a/emhttp/plugins/dynamix.vm.manager/include/libvirt.php +++ b/emhttp/plugins/dynamix.vm.manager/include/libvirt.php @@ -877,7 +877,7 @@ # Add support for SR-IOV } else { if ($machine_type == 'q35'){ - $strSpecialAddress = "
;" + $strSpecialAddress = "
;"; } else { $strSpecialAddress = "
"; }