Skip to content

Commit

Permalink
Fix listing in release notes
Browse files Browse the repository at this point in the history
Use `ul` and `li` elements.

Signed-off-by: thc202 <[email protected]>
  • Loading branch information
thc202 committed Oct 12, 2023
1 parent 9f59103 commit 84e205c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions addOns/help/src/main/javahelp/contents/releases/2.14.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,10 @@ <H3>ZAP Browser Extensions</H3>

These are included in the new <a href="https://www.zaproxy.org/docs/desktop/addons/client-side-integration/">Client Side Integration</a> add-on which supports:

* <a href="https://www.zaproxy.org/blog/2023-09-11-browser-recorder/">Browser Recording</a>
* Streaming client side events to ZAP
<ul>
<li><a href="https://www.zaproxy.org/blog/2023-09-11-browser-recorder/">Browser Recording</a>
<li>Streaming client side events to ZAP
</ul>

This is not (yet) included in the main ZAP releases so you will need to download it from the
<a href="https://www.zaproxy.org/addons/">Marketplace</a>.
Expand Down

0 comments on commit 84e205c

Please sign in to comment.