Skip to content

Commit e1d4b98

Browse files
committed
Java: Add further missing </p> to qhelp
1 parent 8a65dd2 commit e1d4b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Security/CWE/CWE-020/UntrustedDataToExternalAPI.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class to exclude known safe external APIs from future analysis.</p>
3434
<example>
3535

3636
<p>In this first example, a request parameter is read from <code>HttpServletRequest</code> and then ultimately used in a call to the
37-
<code>HttpServletResponse.sendError</code> external API:
37+
<code>HttpServletResponse.sendError</code> external API:</p>
3838

3939
<sample src="ExternalAPISinkExample.java" />
4040

0 commit comments

Comments
 (0)