4606 fix mismatched xml writing

This commit is contained in:
William Schaefer 2019-01-14 11:40:12 -05:00
parent 984abbb9cc
commit 06e428e638

View File

@ -140,12 +140,13 @@ sub pluginmain {
#::rptMsg("Could not access ".$key_path); #::rptMsg("Could not access ".$key_path);
#::logMsg("Could not access ".$key_path); #::logMsg("Could not access ".$key_path);
} }
::rptMsg("</artifacts>");
} }
else { else {
#::logMsg("MSOffice version not found."); #::logMsg("MSOffice version not found.");
#::rptMsg("MSOffice version not found."); #::rptMsg("MSOffice version not found.");
} }
::rptMsg("</artifacts></office>"); ::rptMsg("</office>");
} }
1; 1;