Small update to libvirt.php for XML settings consistency

This commit is contained in:
bergware
2018-08-13 23:19:38 +02:00
parent 35611e5ff1
commit 181a30ae9a
@@ -747,8 +747,8 @@
<name>$name</name>
<description>" . htmlspecialchars($domain['desc'], ENT_QUOTES | ENT_XML1) . "</description>
$metadata
<currentMemory>$mem</currentMemory>
<memory>$maxmem</memory>
<currentMemory unit='KiB'>$mem</currentMemory>
<memory unit='KiB'>$maxmem</memory>
<memoryBacking>
<nosharepages/>
</memoryBacking>