diff --git a/CHANCING (Belt)/Generator.cs b/CHANCING (Belt)/Generator.cs
index b055d02..2574537 100644
--- a/CHANCING (Belt)/Generator.cs	
+++ b/CHANCING (Belt)/Generator.cs	
@@ -84,7 +84,7 @@ namespace PoE_MxFilterGen
                 }
             }
 
-            if (iB == null) { iB = @""""""; }
+            if (iB == null) { iB = @" """""; }
             string fn = @"gen\" + section + ".filter";
             File.AppendAllText(fn, string.Format("# Section: {0}", section) + Environment.NewLine, Encoding.UTF8);
             File.AppendAllText(fn, "" + Environment.NewLine, Encoding.UTF8);
diff --git a/CHANCING (Body)/Generator.cs b/CHANCING (Body)/Generator.cs
index 1b1fbe9..048de50 100644
--- a/CHANCING (Body)/Generator.cs	
+++ b/CHANCING (Body)/Generator.cs	
@@ -85,7 +85,7 @@ namespace PoE_MxFilterGen
                 }
             }
 
-            if (iB == null) { iB = @""""""; }
+            if (iB == null) { iB = @" """""; }
             string fn = @"gen\" + section + ".filter";
             File.AppendAllText(fn, string.Format("# Section: {0}", section) + Environment.NewLine, Encoding.UTF8);
             File.AppendAllText(fn, "" + Environment.NewLine, Encoding.UTF8);
diff --git a/CHANCING (Boots)/Generator.cs b/CHANCING (Boots)/Generator.cs
index 1cdcc62..2051f82 100644
--- a/CHANCING (Boots)/Generator.cs	
+++ b/CHANCING (Boots)/Generator.cs	
@@ -85,7 +85,7 @@ namespace PoE_MxFilterGen
                 }
             }
 
-            if (iB == null) { iB = @""""""; }
+            if (iB == null) { iB = @" """""; }
             string fn = @"gen\" + section + ".filter";
             File.AppendAllText(fn, string.Format("# Section: {0}", section) + Environment.NewLine, Encoding.UTF8);
             File.AppendAllText(fn, "" + Environment.NewLine, Encoding.UTF8);
diff --git a/CHANCING (Gloves)/Generator.cs b/CHANCING (Gloves)/Generator.cs
index 0e3188c..d5c1dea 100644
--- a/CHANCING (Gloves)/Generator.cs	
+++ b/CHANCING (Gloves)/Generator.cs	
@@ -85,7 +85,7 @@ namespace PoE_MxFilterGen
                 }
             }
 
-            if (iB == null) { iB = @""""""; }
+            if (iB == null) { iB = @" """""; }
             string fn = @"gen\" + section + ".filter";
             File.AppendAllText(fn, string.Format("# Section: {0}", section) + Environment.NewLine, Encoding.UTF8);
             File.AppendAllText(fn, "" + Environment.NewLine, Encoding.UTF8);
diff --git a/CHANCING (Helmet)/Generator.cs b/CHANCING (Helmet)/Generator.cs
index d192523..53f7c96 100644
--- a/CHANCING (Helmet)/Generator.cs	
+++ b/CHANCING (Helmet)/Generator.cs	
@@ -85,7 +85,7 @@ namespace PoE_MxFilterGen
                 }
             }
 
-            if (iB == null) { iB = @""""""; }
+            if (iB == null) { iB = @" """""; }
             string fn = @"gen\" + section + ".filter";
             File.AppendAllText(fn, string.Format("# Section: {0}", section) + Environment.NewLine, Encoding.UTF8);
             File.AppendAllText(fn, "" + Environment.NewLine, Encoding.UTF8);
diff --git a/CHANCING (Quiver)/Generator.cs b/CHANCING (Quiver)/Generator.cs
index 8116ade..fba1d7f 100644
--- a/CHANCING (Quiver)/Generator.cs	
+++ b/CHANCING (Quiver)/Generator.cs	
@@ -85,7 +85,7 @@ namespace PoE_MxFilterGen
                 }
             }
 
-            if (iB == null) { iB = @""""""; }
+            if (iB == null) { iB = @" """""; }
             string fn = @"gen\" + section + ".filter";
             File.AppendAllText(fn, string.Format("# Section: {0}", section) + Environment.NewLine, Encoding.UTF8);
             File.AppendAllText(fn, "" + Environment.NewLine, Encoding.UTF8);
diff --git a/CHANCING (Shield)/Generator.cs b/CHANCING (Shield)/Generator.cs
index 4044a7c..2a78a91 100644
--- a/CHANCING (Shield)/Generator.cs	
+++ b/CHANCING (Shield)/Generator.cs	
@@ -85,7 +85,7 @@ namespace PoE_MxFilterGen
                 }
             }
 
-            if (iB == null) { iB = @""""""; }
+            if (iB == null) { iB = @" """""; }
             string fn = @"gen\" + section + ".filter";
             File.AppendAllText(fn, string.Format("# Section: {0}", section) + Environment.NewLine, Encoding.UTF8);
             File.AppendAllText(fn, "" + Environment.NewLine, Encoding.UTF8);