return text instead of html

This commit is contained in:
John McLear 2013-03-14 18:28:35 -03:00
parent 383439629a
commit 5d12be940c
1 changed files with 2 additions and 2 deletions

View File

@ -655,8 +655,8 @@ var pad = {
{
alertBar.displayMessage(function(abar)
{
abar.find("#servermsgdate").html(" (" + padutils.simpleDateTime(new Date) + ")");
abar.find("#servermsgtext").html(m.text);
abar.find("#servermsgdate").text(" (" + padutils.simpleDateTime(new Date) + ")");
abar.find("#servermsgtext").text(m.text);
});
}
if (m.js)