diff --git a/app/assets/javascripts/app/controllers/_application_controller_table.js.coffee b/app/assets/javascripts/app/controllers/_application_controller_table.js.coffee index 42f634aa8..a5b685f7c 100644 --- a/app/assets/javascripts/app/controllers/_application_controller_table.js.coffee +++ b/app/assets/javascripts/app/controllers/_application_controller_table.js.coffee @@ -49,7 +49,7 @@ class App.ControllerTable extends App.Controller # check if table is empty if _.isEmpty(data.objects) - table = '-' + App.i18n.translateContent( 'none' ) + '-' + table = '

-' + App.i18n.translateContent( 'none' ) + '-

' return $(table) # define normal header