commit:     2df9bf10b39c0ca645c4f273b51f9989af311cb5
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  2 12:47:14 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Jan  2 12:47:14 2020 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=2df9bf10

Remove newlines from section titles.

These will get embedded into anchors, making them invalid.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 appendices/contributing/devbook-guide/text.xml | 4 +---
 general-concepts/dependencies/text.xml         | 4 +---
 keywording/text.xml                            | 4 +---
 3 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/appendices/contributing/devbook-guide/text.xml 
b/appendices/contributing/devbook-guide/text.xml
index 7c59ed4..ce3fab9 100644
--- a/appendices/contributing/devbook-guide/text.xml
+++ b/appendices/contributing/devbook-guide/text.xml
@@ -270,9 +270,7 @@ exactly, making it well-suited for code excerpts:
 </body>
 </subsection>
 <subsection>
-<title>
-  &lt;c&gt;, &lt;b&gt;, and &lt;e&gt;
-</title>
+<title>&lt;c&gt;, &lt;b&gt;, and &lt;e&gt;</title>
 <body>
 
 <p>

diff --git a/general-concepts/dependencies/text.xml 
b/general-concepts/dependencies/text.xml
index 0c0327a..195371c 100644
--- a/general-concepts/dependencies/text.xml
+++ b/general-concepts/dependencies/text.xml
@@ -419,9 +419,7 @@ DEPEND="!build? (
 </section>
 
 <section>
-<title>
-Any of Many Dependencies
-</title>
+<title>Any of Many Dependencies</title>
 <body>
 
 <p>

diff --git a/keywording/text.xml b/keywording/text.xml
index a1dbed1..d3c5ea4 100644
--- a/keywording/text.xml
+++ b/keywording/text.xml
@@ -267,9 +267,7 @@ Vulnerability Treatment Policy</uri>
 </body>
 
 <subsection>
-  <title>
-    Simultaneous stabilization on all architectures
-  </title>
+<title>Simultaneous stabilization on all architectures</title>
   <body>
     <p>
       If you maintain an architecture-independent package (data files,

Reply via email to