summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webapp/utils/text_formatting.jsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/webapp/utils/text_formatting.jsx b/webapp/utils/text_formatting.jsx
index 7a5dc56c7..21bfe5333 100644
--- a/webapp/utils/text_formatting.jsx
+++ b/webapp/utils/text_formatting.jsx
@@ -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);