Skip to content

Commit 3c3aa7c

Browse files
author
gk2go
committed
Replaced <br> with </p><p> in faq.html
@dsaff @kcooney, I have replaced the <br> tag with the <p> tags. It should be fine now. Thank you @kcooney for spotting the issue :)
1 parent 8d9e205 commit 3c3aa7c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/site/fml/faq.fml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -720,11 +720,13 @@ public void testIndexOutOfBoundsExceptionNotRaised()
720720
For details on how to use it,
721721
read <a
722722
href="http://www.onjava.com/pub/a/onjava/2003/11/12/reflection.html">this
723-
article</a>.<br>
724-
If you are using JDK 1.6 or higher and you annotate your tests with @Test,
725-
you can use <a href="http://dp4j.com">Dp4j</a> to inject reflection in your
726-
test methods. For details on how to use it, see <a
727-
href="http://dp4j.com/testscript">this test script</a>.
723+
article</a>.
724+
</p>
725+
<p>
726+
If you are using JDK 1.6 or higher and you annotate your tests with @Test,
727+
you can use <a href="http://dp4j.com">Dp4j</a> to inject reflection in your
728+
test methods. For details on how to use it, see <a href="http://dp4j.com/testscript">
729+
this test script</a>.
728730
</p></answer></faq>
729731
<faq id="#tests_12"><question>Why does JUnit only report the first
730732
failure in a single test?</question><answer><p>

0 commit comments

Comments
 (0)