Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1929880

Browse files
committed
Python: Move <ul> outside of <p>
1 parent bf3e5fc commit 1929880

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

python/ql/src/Security/CWE-327/InsecureDefaultProtocol.qhelp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
<p>
4040
Note that <code>ssl.wrap_socket</code> has been deprecated in
4141
Python 3.7. The recommended alternatives are:
42-
<ul>
43-
<li><code>ssl.SSLContext</code> - supported in Python 2.7.9,
44-
3.2, and later versions</li>
45-
<li><code>ssl.create_default_context</code> - a convenience function,
46-
supported in Python 3.4 and later versions.</li>
47-
</ul>
4842
</p>
43+
<ul>
44+
<li><code>ssl.SSLContext</code> - supported in Python 2.7.9,
45+
3.2, and later versions</li>
46+
<li><code>ssl.create_default_context</code> - a convenience function,
47+
supported in Python 3.4 and later versions.</li>
48+
</ul>
4949
</example>
5050

5151
<references>

0 commit comments

Comments
 (0)