Insert last modified text as HTML

mw.msg can return things with <br />, which we want to be interpreted as HTML
rather than just escaped as text.

Bug: 73571
Change-Id: I7861432d9361e01f9def0578c342e60715c3d764
This commit is contained in:
Alex Monk 2014-11-18 23:35:52 +00:00
parent d27edd8d5a
commit 94fadaec4a

View file

@ -1547,7 +1547,7 @@ ve.init.mw.ViewPageTarget.prototype.replacePageContent = function (
);
}
$( '#footer-info-lastmod' ).text( ' ' + mw.msg(
$( '#footer-info-lastmod' ).html( ' ' + mw.msg(
'lastmodifiedat',
lastModified.date,
lastModified.time