Fix images not displaying in signatures

v1.18.x
Peter Jaszkowiak 8 years ago
parent 1028327f0a
commit 9d8ff4ea3e

@ -415,7 +415,7 @@
* @returns {string} * @returns {string}
*/ */
Translator.escape = function escape(text) { Translator.escape = function escape(text) {
return typeof text === 'string' ? text.replace(/\[/g, '[').replace(/\]/g, ']') : text; return typeof text === 'string' ? text.replace(/\[\[/g, '[[').replace(/\]\]/g, ']]') : text;
}; };
/** /**

Loading…
Cancel
Save