summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2012-04-15 12:11:38 -0700
committerJohn McLear <john@mclear.co.uk>2012-04-15 12:11:38 -0700
commit0e0e084077253be97b992387721b940c8f9ea933 (patch)
treee8704b2802c09aa2944b31f55ee1dea08b6862ad
parentf4fe98265f7dd9c58de1107331ea1e21151cc309 (diff)
parentd834c42ffc728ee7f21a27e4a975b99395276026 (diff)
downloadetherpad-lite-0e0e084077253be97b992387721b940c8f9ea933.zip
Merge pull request #636 from fourplusone/fix/timeslider_authors
Fix/timeslider authors
-rw-r--r--src/static/js/broadcast_slider.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/js/broadcast_slider.js b/src/static/js/broadcast_slider.js
index a2a15773..6dffc0ef 100644
--- a/src/static/js/broadcast_slider.js
+++ b/src/static/js/broadcast_slider.js
@@ -216,7 +216,7 @@ function loadBroadcastSliderJS(fireWhenAllScriptsAreLoaded)
authorsList.append(' (');
_.each(colorsAnonymous, function(color, i){
if( i > 0 ) authorsList.append(' ');
- $('<span /> ')
+ $('<span>&nbsp;</span>')
.css('background-color', color)
.addClass('author author-anonymous')
.appendTo(authorsList);