diff --git a/startScan/templates/startScan/detail_scan.html b/startScan/templates/startScan/detail_scan.html index efbc25f0..613b5f03 100644 --- a/startScan/templates/startScan/detail_scan.html +++ b/startScan/templates/startScan/detail_scan.html @@ -443,15 +443,15 @@ Detailed Scan Results for {{history.domain_name}}
{% for subdomain in screenshot_subdomains %}
- - {{subdomain.name}} + + {{subdomain.name}}

{{subdomain.name}}{{subdomain.screenshot_path}}

- {{subdomain.name}} + {{subdomain.name}}
@@ -769,7 +769,7 @@ $("#pills-subdomain-tab").click(function() { "render": function ( data, type, row ) { if (data){ //return lightbox with caption as http link - return ``; + return ``; } return ""; },