Bug 916997 - All lines are joined into one line when copying text from the Web Console; r=past
This commit is contained in:
@@ -413,6 +413,7 @@ Messages.NavigationMarker.prototype = Heritage.extend(Messages.BaseMessage.proto
|
||||
render().element.appendChild(urlnode);
|
||||
this.element.classList.add("navigation-marker");
|
||||
this.element.url = this._url;
|
||||
this.element.appendChild(doc.createTextNode("\n"));
|
||||
|
||||
return this;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user