aboutsummaryrefslogtreecommitdiff
path: root/test/tables.docbook5
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-11-29 09:43:11 -0800
committerJohn MacFarlane <[email protected]>2022-11-29 09:43:11 -0800
commit6191be11ff81c8fce8509ebf1543e867d8501ba3 (patch)
tree8dca39890428b7463418e08802d84b98011ac34a /test/tables.docbook5
parent6a23ac0d1dc91260fb86abd517cfbdf24b0dfe1b (diff)
DocBook writer: don't indent contents of title element.
Diffstat (limited to 'test/tables.docbook5')
-rw-r--r--test/tables.docbook512
1 files changed, 3 insertions, 9 deletions
diff --git a/test/tables.docbook5 b/test/tables.docbook5
index a661805e5..6ef281fc2 100644
--- a/test/tables.docbook5
+++ b/test/tables.docbook5
@@ -2,9 +2,7 @@
Simple table with caption:
</para>
<table>
- <title>
- Demonstration of simple table syntax.
- </title>
+ <title>Demonstration of simple table syntax.</title>
<tgroup cols="4">
<colspec align="right" />
<colspec align="left" />
@@ -147,9 +145,7 @@
Simple table indented two spaces:
</para>
<table>
- <title>
- Demonstration of simple table syntax.
- </title>
+ <title>Demonstration of simple table syntax.</title>
<tgroup cols="4">
<colspec align="right" />
<colspec align="left" />
@@ -221,9 +217,7 @@
Multiline table with caption:
</para>
<table>
- <title>
- Here’s the caption. It may span multiple lines.
- </title>
+ <title>Here’s the caption. It may span multiple lines.</title>
<tgroup cols="4">
<colspec colwidth="15*" align="center" />
<colspec colwidth="13*" align="left" />