Space before slash to properly close br tag. Props tmountjr. fixes #4717

git-svn-id: http://svn.automattic.com/wordpress/trunk@5870 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2007-08-14 03:12:24 +00:00
parent ddc05f60ea
commit 13b23aa20a
6 changed files with 18 additions and 18 deletions

View File

@@ -121,7 +121,7 @@ Test.Unit.Logger.prototype = {
this.loglines = $('loglines');
},
_toHTML: function(txt) {
return txt.escapeHTML().replace(/\n/g,"<br/>");
return txt.escapeHTML().replace(/\n/g,"<br />");
},
addLinksToResults: function(){
$$("tr.failed .nameCell").each( function(td){ // todo: limit to children of this.log