diff --git a/src/markets/specificMarkets/eliteSlave.js b/src/markets/specificMarkets/eliteSlave.js
index abd9e8549b6400e5efc8c7947e4145c732bd4740..b8d98aacd8cfe3021821c39303b87c0a991e66d9 100644
--- a/src/markets/specificMarkets/eliteSlave.js
+++ b/src/markets/specificMarkets/eliteSlave.js
@@ -1,11 +1,10 @@
 App.Markets["Elite Slave"] = function() {
 	const el = new DocumentFragment();
-	let r = [];
 	V.encyclopedia = "Slave Schools";
 
-	r.push(`You check to see if any potential breeding slaves are on auction.`);
+	el.append(`You check to see if any potential breeding slaves are on auction. `);
 	if (V.eliteAuctioned === 1) {
-		r.push(`There are none available right now, but there probably will be next week.`);
+		el.append(`There are none available right now, but there probably will be next week. `);
 	} else {
 		V.eliteAuctioned = 1;