diff --git a/data/interfaces/default/js/tables/libraries.js b/data/interfaces/default/js/tables/libraries.js index 37be26ca..34239c3d 100644 --- a/data/interfaces/default/js/tables/libraries.js +++ b/data/interfaces/default/js/tables/libraries.js @@ -45,12 +45,12 @@ libraries_list_table_options = { if (!rowData['is_active']) { inactive = ''; } if (cellData !== null && cellData !== '') { if (rowData['library_thumb'].substring(0, 4) == "http") { - $(td).html('
' + inactive + '
'); + $(td).html('
' + inactive + '
'); } else { - $(td).html('
' + inactive + '
'); + $(td).html('
' + inactive + '
'); } } else { - $(td).html('
' + inactive + '
'); + $(td).html('
' + inactive + '
'); } }, "orderable": false, @@ -64,7 +64,7 @@ libraries_list_table_options = { "createdCell": function (td, cellData, rowData, row, col) { if (cellData !== null && cellData !== '') { $(td).html('
' + - '' + cellData + '' + + '' + cellData + '' + '
'); } else { $(td).html('n/a');