Skip to content

Commit 88592ec

Browse files
ptzieglermerks
authored andcommitted
XHTML tags must be closed with a closing tag or a trailing slash #3236
A single <br> without a matching </br> is forbidden in HTML, but required in XHTML.
1 parent e7aa0cd commit 88592ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/p2_repositorytasks.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ <h3 class="c2">p2.composite.repository</h3>
10111011
<tt>destination</tt>
10121012
</td>
10131013
<td>
1014-
The destination repository to modify, defined as outlined <a href="#destination_repositories">above</a>.<br>
1014+
The destination repository to modify, defined as outlined <a href="#destination_repositories">above</a>.<br/>
10151015
If it already exists, it is modified in place; otherwise, an initially empty repository is created.
10161016
</td>
10171017
</tr>
@@ -1020,7 +1020,7 @@ <h3 class="c2">p2.composite.repository</h3>
10201020
<tt>source</tt>
10211021
</td>
10221022
<td>
1023-
Optional source repositories, as outlined <a href="#source_repositories">above</a>.<br>
1023+
Optional source repositories, as outlined <a href="#source_repositories">above</a>.<br/>
10241024
If specified, the content of the sources is copied to the destination, before it is modified.
10251025
This can be used to modify a remote (read-only) repository, by specifying it as the <code>source</code>, writing the result to a local <code>destination</code> repository, and then copying the resulting files to the remote server.
10261026
</td>

0 commit comments

Comments
 (0)