Fix dataTables css capitalization

This commit is contained in:
JonnyWong16 2021-10-19 11:59:42 -07:00
commit d041c8a03b
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
9 changed files with 9 additions and 9 deletions

View file

@ -4,7 +4,7 @@
%>
<%def name="headIncludes()">
<link rel="stylesheet" href="${http_root}css/datatables.bootstrap.min.css">
<link rel="stylesheet" href="${http_root}css/dataTables.bootstrap.min.css">
<link rel="stylesheet" href="${http_root}css/tautulli-dataTables.css">
<style>
td {word-break: break-all;}