From 52bc494109b1f4b06edc6736c353be3a0c25b638 Mon Sep 17 00:00:00 2001 From: jeena Date: Thu, 5 Sep 2013 00:47:58 +0200 Subject: [PATCH] added separation between names --- WebKit/css/default.css | 4 ++++ WebKit/scripts/helper/Core.js | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/WebKit/css/default.css b/WebKit/css/default.css index 53cb8b3..3e6d74f 100644 --- a/WebKit/css/default.css +++ b/WebKit/css/default.css @@ -403,6 +403,10 @@ li.mentioned { font-weight: bold; } +.name + .name:before { + content: ", "; +} + .message { clear: right; } diff --git a/WebKit/scripts/helper/Core.js b/WebKit/scripts/helper/Core.js index f293603..ab65e60 100644 --- a/WebKit/scripts/helper/Core.js +++ b/WebKit/scripts/helper/Core.js @@ -266,8 +266,6 @@ function(jQuery, APICalls, URI, HostApp, Markdown) { this.parseForMedia(text, template.images); - text = text.escapeHTML().replace(/\n/g, "
"); - var entities = [status.entity]; if (status.mentions) { status.mentions.map(function (mention) {