From 0995e821c379506275ebb435a62522051b5f82a8 Mon Sep 17 00:00:00 2001 From: wh0am1i Date: Sun, 28 Apr 2024 18:22:43 +0800 Subject: [PATCH] update copy button text --- pocsuite3/plugins/html_report.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pocsuite3/plugins/html_report.py b/pocsuite3/plugins/html_report.py index 2b60b409..fa84b6ff 100644 --- a/pocsuite3/plugins/html_report.py +++ b/pocsuite3/plugins/html_report.py @@ -113,9 +113,9 @@ def _writer_footer(self): def write_results(self, results=None): if results: self.html.addcontent('') + 'style="margin-bottom: 10px">Copy all') self.html.addcontent('') + ' style="margin-bottom: 10px">Copy Successful') self.html.addcontent('' '' ''
Target