v1.18.x
psychobunny 11 years ago
parent a0fcdfe629
commit 2ba2ef5320

@ -611,6 +611,8 @@ define(['taskbar'], function(taskbar) {
} }
}; };
postData.title = $('<div></div>').html(postData.title).text();
if (parseInt(postData.tid, 10) > 0) { if (parseInt(postData.tid, 10) > 0) {
translator.translate('[[topic:composer.replying_to, ' + postData.title + ']]', function(newTitle) { translator.translate('[[topic:composer.replying_to, ' + postData.title + ']]', function(newTitle) {
titleEl.val(newTitle); titleEl.val(newTitle);

Loading…
Cancel
Save