added separation between names
This commit is contained in:
parent
ff09134479
commit
52bc494109
2 changed files with 4 additions and 2 deletions
|
@ -403,6 +403,10 @@ li.mentioned {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.name + .name:before {
|
||||
content: ", ";
|
||||
}
|
||||
|
||||
.message {
|
||||
clear: right;
|
||||
}
|
||||
|
|
|
@ -266,8 +266,6 @@ function(jQuery, APICalls, URI, HostApp, Markdown) {
|
|||
|
||||
this.parseForMedia(text, template.images);
|
||||
|
||||
text = text.escapeHTML().replace(/\n/g, "<br>");
|
||||
|
||||
var entities = [status.entity];
|
||||
if (status.mentions) {
|
||||
status.mentions.map(function (mention) {
|
||||
|
|
Reference in a new issue