From 15b393569e14ed6d2c436a936f2e1850a63f51c0 Mon Sep 17 00:00:00 2001 From: Patrick Ziegler Date: Sat, 23 Aug 2025 00:35:10 +0200 Subject: [PATCH] XHTML tags must be closed with a closing tag or a trailing slash #3236 A single
without a matching
is forbidden in HTML, but required in XHTML. --- .../org.eclipse.platform.doc.isv/guide/p2_repositorytasks.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/p2_repositorytasks.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/p2_repositorytasks.htm index c54fc445f78..80bef1cdb6d 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/p2_repositorytasks.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/p2_repositorytasks.htm @@ -1011,7 +1011,7 @@

p2.composite.repository

destination - The destination repository to modify, defined as outlined above.
+ The destination repository to modify, defined as outlined above.
If it already exists, it is modified in place; otherwise, an initially empty repository is created. @@ -1020,7 +1020,7 @@

p2.composite.repository

source - Optional source repositories, as outlined above.
+ Optional source repositories, as outlined above.
If specified, the content of the sources is copied to the destination, before it is modified. This can be used to modify a remote (read-only) repository, by specifying it as the source, writing the result to a local destination repository, and then copying the resulting files to the remote server.