mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Descriptions can have double-quotes
This commit is contained in:
@@ -392,7 +392,7 @@ namespace SabreTools.Helper
|
||||
if (temptype == "software" && subreader.ReadToFollowing("description"))
|
||||
{
|
||||
tempname = subreader.ReadElementContentAsString();
|
||||
tempname = tempname.Replace('/', '_');
|
||||
tempname = tempname.Replace('/', '_').Replace("\"", "''");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user