mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
One more step missed =(
This commit is contained in:
@@ -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) + "\"" +
|
||||
|
||||
Reference in New Issue
Block a user