mirror of
https://github.com/pi-hole/web.git
synced 2026-05-08 09:39:05 +01:00
Remove unnecssary <br> from adlist details
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -89,7 +89,7 @@ function format(data) {
|
||||
(data.date_updated > 0
|
||||
? utils.datetimeRelative(data.date_updated) +
|
||||
" (" +
|
||||
utils.datetime(data.date_updated) +
|
||||
utils.datetime(data.date_updated, false) +
|
||||
")"
|
||||
: "N/A") +
|
||||
'</td></tr><tr class="dataTables-child"><td>Number of domains on this list: </td><td>' +
|
||||
|
||||
Reference in New Issue
Block a user