Skip to content

Commit f7d0c09

Browse files
committed
Do not set the background colour of help page
Let the UI set the colour of the background, the help page doesn't require the background to be white. Part of zaproxy/zaproxy#5542. Signed-off-by: thc202 <thc202@gmail.com>
1 parent 9fd1d0f commit f7d0c09

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)