diff --git a/base.js b/base.js index ee4c2e9..f539658 100644 --- a/base.js +++ b/base.js @@ -121,11 +121,11 @@ App.update = (txt = ``) => { if (include) { s += ` -
-
${App.nouns[i]}
-
->
-
${App.nouns[index]}
-
` +
+
${App.nouns[i]}
+
->
+
${App.nouns[index]}
+
` } index += 1