Skip to content

Commit e30f8d4

Browse files
authored
Merge pull request #14 from thc202/help-page-background
Do not set the background colour of help page
2 parents 9fd1d0f + f7d0c09 commit e30f8d4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ All notable changes to this add-on will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
7-
7+
### Changed
8+
- Do not set the background colour of the help page.
89

910
## [2] - 2020-01-30
1011
### Added

src/main/javahelp/help/contents/intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
FuzzDB Web Backdoors
77
</TITLE>
88
</HEAD>
9-
<BODY BGCOLOR="#ffffff">
9+
<BODY>
1010
<H1>FuzzDB Web Backdoors</H1>
1111
<a href="https://github.com/fuzzdb-project/fuzzdb/">FuzzDB</a> web backdoors which can be used with the ZAP fuzzer.
1212

0 commit comments

Comments
 (0)