Removed unnecessary wbrs (#3182)

This commit is contained in:
Harrison Healey
2016-05-31 16:11:23 -04:00
committed by Joram Wilander
parent 268bccdf49
commit 6e6257fcca

View File

@@ -88,9 +88,6 @@ export function doFormatText(text, options) {
});
}
//replace all "/" to "/<wbr />"
output = output.replace(/\//g, '/<wbr />');
// reinsert tokens with formatted versions of the important words and phrases
output = replaceTokens(output, tokens);