commit:     ece9a5736c0a04daa7d03738a9b2624f088f85fa
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 16 18:54:40 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 16 18:54:40 2022 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=ece9a573

appendices/devbook-guide: Indent the table properly

The style guide should follow the style guide. :)

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

 appendices/devbook-guide/text.xml | 52 +++++++++++++++++++--------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

diff --git a/appendices/devbook-guide/text.xml 
b/appendices/devbook-guide/text.xml
index e233e21..f9a6b5a 100644
--- a/appendices/devbook-guide/text.xml
+++ b/appendices/devbook-guide/text.xml
@@ -359,32 +359,32 @@ right-aligned, left-aligned or centered with the 
<c>align</c> attribute.
 </p>
 
 <table>
-  <tr>
-    <th align="center" colspan="4">This title spans 4 columns</th>
-  </tr>
-  <tr>
-    <th rowspan="6">This title spans 6 rows</th>
-    <ti>Item A1</ti>
-    <ti>Item A2</ti>
-    <ti>Item A3</ti>
-  </tr>
-  <tr>
-    <ti align="center">Item B1</ti>
-    <th colspan="2" rowspan="2" align="right">Blocky 2x2 title</th>
-  </tr>
-  <tr>
-    <ti align="right">Item C1</ti>
-  </tr>
-  <tr>
-    <ti colspan="3" align="center">Item D1..D3</ti>
-  </tr>
-  <tr>
-    <ti rowspan="2">Item E1..F1</ti>
-    <ti colspan="2" align="right">Item E2..E3</ti>
-  </tr>
-  <tr>
-    <ti colspan="2" align="right">Item F2..F3</ti>
-  </tr>
+<tr>
+  <th align="center" colspan="4">This title spans 4 columns</th>
+</tr>
+<tr>
+  <th rowspan="6">This title spans 6 rows</th>
+  <ti>Item A1</ti>
+  <ti>Item A2</ti>
+  <ti>Item A3</ti>
+</tr>
+<tr>
+  <ti align="center">Item B1</ti>
+  <th colspan="2" rowspan="2" align="right">Blocky 2x2 title</th>
+</tr>
+<tr>
+  <ti align="right">Item C1</ti>
+</tr>
+<tr>
+  <ti colspan="3" align="center">Item D1..D3</ti>
+</tr>
+<tr>
+  <ti rowspan="2">Item E1..F1</ti>
+  <ti colspan="2" align="right">Item E2..E3</ti>
+</tr>
+<tr>
+  <ti colspan="2" align="right">Item F2..F3</ti>
+</tr>
 </table>
 
 </body>

Reply via email to