e14cdeb util: improve the sysinfo element XML format

1 file Authored by Luyao Huang 8 years ago, Committed by John Ferlan 8 years ago,
    util: improve the sysinfo element XML format
    
    If the <sysinfo type='smbios'...> ends up not formatting any sub-elements,
    then rather than formatting as:
    
      <sysinfo type='smbios'>
      </sysinfo>
    
    Just format it more cleanly as:
    
      <sysinfo type='smbios'/>
    
    Signed-off-by: Luyao Huang <lhuang@redhat.com>
    
        
file modified
+22 -11