diff --git a/lib/makeText.js b/lib/makeText.js index dedc37a..42e1fcb 100644 --- a/lib/makeText.js +++ b/lib/makeText.js @@ -1287,6 +1287,7 @@ function createPhoneticText(p) { thisString = titleCase(thisString); /* Reset "e" casing*/ // thisString = thisString.replace(/\sE\s/g, ' e '); + return thisString; } function numericShortName(lineShortName) {