Skip to content

Commit 201e9e6

Browse files
committed
Fixed an incompat issue with Echo Hike.
1 parent a7d242f commit 201e9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JamHub/JamSystemHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ private static string MakeXML(OtherMod[] mods)
207207
//Construct the footer
208208
retstr += "</DialogueTree>\n";
209209

210-
return retstr;
210+
return retstr.Replace("&", "&amp;");
211211
}
212212

213213
/**

0 commit comments

Comments
 (0)