We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9aaa8 commit fa2674dCopy full SHA for fa2674d
modello-plugins/modello-plugin-xdoc/pom.xml
@@ -30,7 +30,7 @@
30
<dependency>
31
<groupId>org.jsoup</groupId>
32
<artifactId>jsoup</artifactId>
33
- <version>1.15.3</version>
+ <version>1.15.4</version>
34
</dependency>
35
36
<groupId>org.xmlunit</groupId>
modello-plugins/modello-plugin-xdoc/src/test/resources/html4.expected.xml
@@ -17,7 +17,7 @@
17
</source>
18
<a name="class_model"/>
19
<subsection name="model">
20
- <p>This is a description in HTML4<br /> <strong>NOTE: </strong> HTML linebreak should be converted to selfclosing XML-tag</p>
+ <p>This is a description in HTML4<br /><strong>NOTE: </strong> HTML linebreak should be converted to selfclosing XML-tag</p>
21
<table>
22
<tr>
23
<th>Element</th>
0 commit comments