Этот коммит содержится в:
Harrison Healey
2016-05-31 16:11:23 -04:00
коммит произвёл Joram Wilander
родитель 268bccdf49
Коммит 6e6257fcca

Просмотреть файл

@@ -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);