nodebb-theme-harmony
Advanced tools
Comparing version 1.0.0-beta.34 to 1.0.0-beta.35
{ | ||
"name": "nodebb-theme-harmony", | ||
"version": "1.0.0-beta.34", | ||
"version": "1.0.0-beta.35", | ||
"nbbpm": { | ||
@@ -5,0 +5,0 @@ "compatibility": "^3.0.0" |
@@ -90,4 +90,4 @@ 'use strict'; | ||
draft.text = utils.escapeHTML( | ||
draft.text.replace(/(?:\r\n|\r|\n)/g, '<br>') | ||
); | ||
draft.text | ||
).replace(/(?:\r\n|\r|\n)/g, '<br>'); | ||
} | ||
@@ -94,0 +94,0 @@ }); |
Sorry, the diff of this file is not supported yet