mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Forgot to end part tag in other places
This commit is contained in:
@@ -8,8 +8,6 @@ using System.Text.RegularExpressions;
|
|||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Web;
|
using System.Web;
|
||||||
using System.Xml;
|
using System.Xml;
|
||||||
using System.Xml.Linq;
|
|
||||||
using System.Xml.Schema;
|
|
||||||
|
|
||||||
namespace SabreTools.Helper
|
namespace SabreTools.Helper
|
||||||
{
|
{
|
||||||
@@ -4670,7 +4668,7 @@ namespace SabreTools.Helper
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case OutputFormat.SoftwareList:
|
case OutputFormat.SoftwareList:
|
||||||
state += "\t</software>\n\n";
|
state += "\t\t</part>\n\t</software>\n\n";
|
||||||
break;
|
break;
|
||||||
case OutputFormat.Logiqx:
|
case OutputFormat.Logiqx:
|
||||||
state += "\t</machine>\n";
|
state += "\t</machine>\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user