kopia lustrzana https://github.com/c9/core
Allow isHTML for questions, too
rodzic
33ff62043b
commit
917b66c072
|
@ -37,8 +37,8 @@ define(function(require, module, exports) {
|
|||
var metadata = options.metadata;
|
||||
|
||||
plugin.title = title;
|
||||
plugin.heading = util.escapeXml(header);
|
||||
plugin.body = util.escapeXml(msg).replace(/\n/g, "<br />");
|
||||
plugin.heading = options && options.isHTML ? header : util.escapeXml(header);
|
||||
plugin.body = options && options.isHTML ? header : util.escapeXml(header);
|
||||
|
||||
plugin.allowClose = cancel;
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue