aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-12-04 17:04:52 +0100
committerUlrich Müller <ulm@gentoo.org>2019-12-08 12:32:03 +0100
commiteffdb12f3d34ac5497d8d4ff109e7e9f35996c1f (patch)
tree66009c52bc6092cb9389762786224c824f6c70b7 /general-concepts/dependencies/text.xml
parentFix <body> elements. (diff)
downloaddevmanual-effdb12f3d34ac5497d8d4ff109e7e9f35996c1f.tar.gz
devmanual-effdb12f3d34ac5497d8d4ff109e7e9f35996c1f.tar.bz2
devmanual-effdb12f3d34ac5497d8d4ff109e7e9f35996c1f.zip
Fix nesting of elements.
- Lists inside <p> are not allowed. - <ul> is not a direct child of <ul>; it must be inside <li>. - <p>, <note>, etc. are no children of <p>. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'general-concepts/dependencies/text.xml')
-rw-r--r--general-concepts/dependencies/text.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/general-concepts/dependencies/text.xml b/general-concepts/dependencies/text.xml
index 9d44d68..d1d6db2 100644
--- a/general-concepts/dependencies/text.xml
+++ b/general-concepts/dependencies/text.xml
@@ -148,7 +148,6 @@ This states that at least version 0.9.7d of <c>openssl</c> is required.
Available version specifiers are:
</p>
-<p>
<table>
<tr>
<th>Specifier</th>
@@ -182,7 +181,6 @@ Available version specifiers are:
<ti>A version strictly before 1.23 is required.</ti>
</tr>
</table>
-</p>
</body>
</subsection>