Fixed missing quotes
This commit is contained in:
parent
6568a3202d
commit
d9953e015b
|
@ -55,7 +55,7 @@ RealtimeUpdate = {
|
|||
"</a> "+
|
||||
"<span class=\"source\">"+
|
||||
"from "+
|
||||
"<span class=\"device\">+source+</span>"+ // may have a link
|
||||
"<span class=\"device\">"+source+"</span>"+ // may have a link
|
||||
"</span>";
|
||||
if (data['in_reply_to_status_id']) {
|
||||
ni = ni+" <a class=\"response\" href=\""+data['in_reply_to_status_url']+"\">in context</a>";
|
||||
|
|
Loading…
Reference in New Issue
Block a user