Skip to content

Commit 9ab336a

Browse files
committed
Wrap options dialog sections in paragraph tags
Updated checkforupdates.html to wrap explanatory text for each option in `<p>` tags for improved HTML structure and readability. Signed-off-by: Umoxfo <[email protected]>
1 parent 2c5f6dd commit 9ab336a

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

addOns/help/src/main/javahelp/contents/ui/dialogs/options/checkforupdates.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,52 +14,52 @@ <H1>Options Check for Updates screen</H1>
1414
</p>
1515

1616
<H3>Check for Updates on startup</H3>
17-
If selected then ZAP will automatically check for updates to the whole application and all of the add-ons when it starts.<br>
17+
<p>If selected then ZAP will automatically check for updates to the whole application and all of the add-ons when it starts.<br>
1818
It is strongly recommended that you check this box.<br>
1919
If for any reason you choose not to then you should manually check for updates frequently.<br>
20-
ZAP will only make one request, and the only information included will be the current version you are on.
20+
ZAP will only make one request, and the only information included will be the current version you are on.</p>
2121

2222
<H3>Automatically download new ZAP releases.</H3>
23-
If selected then ZAP will automatically download new ZAP releases when they are available and prompt you to install them.
23+
<p>If selected then ZAP will automatically download new ZAP releases when they are available and prompt you to install them.</p>
2424

2525
<H3>Automatically install updates to the add-ons you have installed.</H3>
26-
If selected then ZAP will automatically download and install any updates to the add-ons you have installed.
26+
<p>If selected then ZAP will automatically download and install any updates to the add-ons you have installed.</p>
2727

2828
<H3>Automatically install updates to the scan rules you have installed.</H3>
29-
If selected then ZAP will automatically download and install any updates to the scan rules you have installed.<br>
30-
These are a subset of the full set of add-ons installed.
29+
<p>If selected then ZAP will automatically download and install any updates to the scan rules you have installed.<br>
30+
These are a subset of the full set of add-ons installed.</p>
3131

3232
<H3>Report new Release status add-ons.</H3>
33-
If selected then ZAP will inform you if and when any add-ons are promoted to 'release' status.<br>
34-
These add-ons will have been thoroughly tested and reviewed, and you can be sure they are of the highest status.
33+
<p>If selected then ZAP will inform you if and when any add-ons are promoted to 'release' status.<br>
34+
These add-ons will have been thoroughly tested and reviewed, and you can be sure they are of the highest status.</p>
3535

3636
<H3>Report new Beta status add-ons.</H3>
37-
If selected then ZAP will inform you if and when any add-ons are promoted to 'beta' status.<br>
37+
<p>If selected then ZAP will inform you if and when any add-ons are promoted to 'beta' status.<br>
3838
These add-ons will have been tested and reviewed, and are considered to be of a reasonable status
3939
and mostly fit for purpose.<br>
4040
However they may be incomplete or need further testing.<br>
41-
Some of the add-ons included with ZAP by default are still at the beta level.
41+
Some of the add-ons included with ZAP by default are still at the beta level.</p>
4242

4343
<H3>Report new Alpha status add-ons.</H3>
44-
If selected then ZAP will inform you if and when any new add-ons are added at 'alpha' status.<br>
44+
<p>If selected then ZAP will inform you if and when any new add-ons are added at 'alpha' status.<br>
4545
These add-ons will have been reviewed but they are typically at an early stage of development.<br>
46-
They may be incomplete, contain significant issues or cause stability problems.
46+
They may be incomplete, contain significant issues or cause stability problems.</p>
4747

4848
<H3>Add-on directories</H3>
49-
ZAP will load all of the add-ons from the <a href="../../../start/features/addons.html">default <code>plugin</code>
49+
<p>ZAP will load all of the add-ons from the <a href="../../../start/features/addons.html">default <code>plugin</code>
5050
directories</a>.<br>
5151
You can also add as many additional add-on directories as you need by adding them here.<br>
5252
This can be very useful when running multiple ZAP instances on one machine, for example in a CI environment.<br>
5353
You can then just download new or updated add-ons once and immediately share them between multiple instances.<br>
5454
Add-ons downloaded into shared directories will be only added to new ZAP instances, not to ones that are already running,
55-
with the exception of the instance that actually downloaded the add-on.
55+
with the exception of the instance that actually downloaded the add-on.</p>
5656

5757
<H3>Download directory</H3>
58-
This is the directory ZAP will download new or updated add-ons to.<br>
58+
<p>This is the directory ZAP will download new or updated add-ons to.<br>
5959
By default it will be the local directory, but you can also choose one of the shared directories as long as this ZAP
6060
instance can write to it.<br>
6161
ZAP will only move add-ons to a shared directory after they are completely downloaded, so that other ZAP instances
62-
do not try to load an incomplete add-on.
62+
do not try to load an incomplete add-on.</p>
6363

6464
<H2>See also</H2>
6565
<table>

0 commit comments

Comments
 (0)