mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
Actually move the icon to the left
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -603,7 +603,7 @@ $(function () {
|
||||
'"></i> ';
|
||||
|
||||
// Escape HTML in domain
|
||||
domain = utils.escapeHtml(domain) + dnssecIcon;
|
||||
domain = dnssecIcon + utils.escapeHtml(domain);
|
||||
|
||||
if (querystatus.isCNAME) {
|
||||
// Add domain in CNAME chain causing the query to have been blocked
|
||||
|
||||
Reference in New Issue
Block a user