Skip to content

Commit a57fe18

Browse files
committed
xml typo
1 parent b62c0e6 commit a57fe18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/site/fml/faq.fml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,9 @@ INFO: Redirect requested but followRedirects is disabled</source>
337337
<p>
338338
Make sure
339339
<ol>
340-
<li>that you are using the latest version of HtmlUnit, and
341-
<li>that you are calling WebClient.close() (or use <a href="http://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html">try-with-resources</a>) when you are finished with your WebClient instance.
342-
<ol>
340+
<li>that you are using the latest version of HtmlUnit, and</li>
341+
<li>that you are calling WebClient.close() (or use <a href="http://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html">try-with-resources</a>) when you are finished with your WebClient instance.</li>
342+
</ol>
343343
</p>
344344
<p>
345345
Like real browsers HtmlUnit maintains a history for every window to be able to support the back() action. If you don't need this

0 commit comments

Comments
 (0)