diff --git a/AndorsTrailEdit/controllers.js b/AndorsTrailEdit/controllers.js
index ca21a77bf..a250492d1 100644
--- a/AndorsTrailEdit/controllers.js
+++ b/AndorsTrailEdit/controllers.js
@@ -127,6 +127,7 @@ var ATEditor = (function(ATEditor, model, importExport, exampleData) {
var val = parseInt(obj.baseMarketCost);
if (obj.hasManualPrice === "0") {
val = calculateItemCost(obj);
+ if (val <= 0) { val = 1; }
obj.baseMarketCost = val;
}
$scope.marketCost_Sell = Math.round(val * (100 + 15) / 100);
diff --git a/AndorsTrailEdit/export.html b/AndorsTrailEdit/export.html
index 683176731..a67560800 100644
--- a/AndorsTrailEdit/export.html
+++ b/AndorsTrailEdit/export.html
@@ -1,10 +1,16 @@
-
-
This data corresponds to the files named res/values/content_*.xml in the source code.
+
Export
+
diff --git a/AndorsTrailEdit/import.html b/AndorsTrailEdit/import.html
index a7cad2ea1..07600fb06 100644
--- a/AndorsTrailEdit/import.html
+++ b/AndorsTrailEdit/import.html
@@ -1,11 +1,14 @@
-
-
This data corresponds to the files named res/values/content_*.xml in the source code.
+
Import
+