One more step missed =(

This commit is contained in:
Matt Nadareski
2016-05-20 10:24:30 -07:00
parent bb7288925e
commit 29edfc45ee

View File

@@ -349,7 +349,8 @@ namespace SabreTools.Helper
(rom.Nodump ? prefix + "/>\n" + prefix + "\t<flags>\n" +
prefix + "\t\t<flag name=\"status\" value=\"nodump\"/>\n" +
prefix + "\t</flags>\n" +
prefix + "</file>" : "/>\n");
prefix + "</file>\n" :
"/>\n");
break;
case OutputFormat.Xml:
state += "\t\t<" + rom.Type + " name=\"" + HttpUtility.HtmlEncode(rom.Name) + "\"" +