diff --git a/debug.php b/debug.php
index ccb139c7..db721cad 100644
--- a/debug.php
+++ b/debug.php
@@ -14,7 +14,7 @@
Once you click this button a debug log will be generated and can automatically be uploaded if we detect a working internet connection.
-
diff --git a/queryads.php b/queryads.php
index 62ea890b..344e5ae7 100644
--- a/queryads.php
+++ b/queryads.php
@@ -16,8 +16,8 @@
-
-
+
+
diff --git a/scripts/pi-hole/js/auditlog.js b/scripts/pi-hole/js/auditlog.js
index 05189d6b..00e02107 100644
--- a/scripts/pi-hole/js/auditlog.js
+++ b/scripts/pi-hole/js/auditlog.js
@@ -45,7 +45,10 @@ function updateTopLists() {
url +
"
" +
data.top_queries[domain] +
- ' | | '
+ "
" +
+ '' +
+ '' +
+ " | "
);
}
}
@@ -67,7 +70,9 @@ function updateTopLists() {
url +
"
" +
data.top_ads[domain] +
- ' | | '
+ "
" +
+ '' +
+ " | "
);
} else {
url = '
' + printdomain + "";
@@ -76,7 +81,10 @@ function updateTopLists() {
url +
"
" +
data.top_ads[domain] +
- ' | | '
+ "
" +
+ '' +
+ '' +
+ " | "
);
}
}
diff --git a/scripts/pi-hole/js/customdns.js b/scripts/pi-hole/js/customdns.js
index 7f7d2343..9887d2bc 100644
--- a/scripts/pi-hole/js/customdns.js
+++ b/scripts/pi-hole/js/customdns.js
@@ -47,7 +47,7 @@ $(document).ready(function () {
targets: 2,
render: function (data, type, row) {
return (
- '
diff --git a/settings.php b/settings.php
index a7378fa3..a6e69056 100644
--- a/settings.php
+++ b/settings.php
@@ -539,7 +539,7 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "blocklists"