[mw-devel] MW3 r1186 - trunk/webclient
dez at sucs.org
dez at sucs.org
Thu Oct 7 21:33:10 BST 2010
Author: dez
Date: 2010-10-07 21:33:09 +0100 (Thu, 07 Oct 2010)
New Revision: 1186
Modified:
trunk/webclient/say.js
Log:
Replaces </br> with the rather more valid <br />
Modified: trunk/webclient/say.js
===================================================================
--- trunk/webclient/say.js 2010-10-07 20:32:19 UTC (rev 1185)
+++ trunk/webclient/say.js 2010-10-07 20:33:09 UTC (rev 1186)
@@ -21,17 +21,17 @@
var what;
what = "<div class='msgkick user_system'>";
if (msg[one].text.substr(0,1) == "m") {
- what += "Boing, Zebedee's arrived. \"Look up!\" says Zebedee</br>";
- what += "You look up; a large object is falling towards you very fast, very very fast. It looks like a Magic Roundabout!</br>";
- what += "\"I wouldn't stand there if I was you\" says Zebedee</br>";
- what += "WWWHHHEEEEEEEKKKKEEEERRRRRUUUUUNNNNNCCCCCHHHHHH</br>";
- what += msg[one].username + " has just dropped the Magic Roundabout of Death on you.</br>";
+ what += "Boing, Zebedee's arrived. \"Look up!\" says Zebedee<br />";
+ what += "You look up; a large object is falling towards you very fast, very very fast. It looks like a Magic Roundabout!<br />";
+ what += "\"I wouldn't stand there if I was you\" says Zebedee<br />";
+ what += "WWWHHHEEEEEEEKKKKEEEERRRRRUUUUUNNNNNCCCCCHHHHHH<br />";
+ what += msg[one].username + " has just dropped the Magic Roundabout of Death on you.<br />";
} else {
- what += "Boing, Zebedee arrived.</br>";
- what += "\"Time for bed\" says Zebedee</br>";
- what += msg[one].username + " has just dropped the Zebedee of Death on you.</br>";
+ what += "Boing, Zebedee arrived.<br />";
+ what += "\"Time for bed\" says Zebedee<br />";
+ what += msg[one].username + " has just dropped the Zebedee of Death on you.<br />";
}
- if (msg[one].text.substr(1,1) == 'r') what += "\""+msg[one].text.substr(2)+"\" says Zebedee</br>";
+ if (msg[one].text.substr(1,1) == 'r') what += "\""+msg[one].text.substr(2)+"\" says Zebedee<br />";
what += "</div>";
$("#textlist").append(what);
continue;
More information about the mw-devel
mailing list