diff options
Diffstat (limited to 'apps/comments/js/templates/view.handlebars')
-rw-r--r-- | apps/comments/js/templates/view.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/js/templates/view.handlebars b/apps/comments/js/templates/view.handlebars index 5f52a42861d..c63faa386b3 100644 --- a/apps/comments/js/templates/view.handlebars +++ b/apps/comments/js/templates/view.handlebars @@ -3,4 +3,4 @@ <div class="emptycontent hidden"><div class="icon-comment"></div> <p>{{emptyResultLabel}}</p></div> <input type="button" class="showMore hidden" value="{{moreLabel}}" name="show-more" id="show-more" /> -<div class="loading hidden" style="height: 50px"></div>' +<div class="loading hidden" style="height: 50px"></div> |