From 2c002c875d1094b849e60c8eb7a9e5fee6b54369 Mon Sep 17 00:00:00 2001 From: paweldomas Date: Fri, 19 May 2017 13:51:58 -0500 Subject: [PATCH] fix(SmallVideo): remove invalid character Removes ' character which should not be there. --- modules/UI/videolayout/SmallVideo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/UI/videolayout/SmallVideo.js b/modules/UI/videolayout/SmallVideo.js index acd5a1d37..d76751996 100644 --- a/modules/UI/videolayout/SmallVideo.js +++ b/modules/UI/videolayout/SmallVideo.js @@ -565,7 +565,7 @@ SmallVideo.prototype.showDominantSpeakerIndicator = function (show) { let indicatorSpanId = "dominantspeakerindicator"; let content = ``; + class="indicatoricon fa fa-bullhorn">`; let indicatorSpan = UIUtil.getVideoThumbnailIndicatorSpan({ videoSpanId: this.videoSpanId, indicatorId: indicatorSpanId,