diff options
| author | John MacFarlane <[email protected]> | 2022-11-29 09:43:11 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-11-29 09:43:11 -0800 |
| commit | 6191be11ff81c8fce8509ebf1543e867d8501ba3 (patch) | |
| tree | 8dca39890428b7463418e08802d84b98011ac34a /test/tables.docbook4 | |
| parent | 6a23ac0d1dc91260fb86abd517cfbdf24b0dfe1b (diff) | |
DocBook writer: don't indent contents of title element.
Diffstat (limited to 'test/tables.docbook4')
| -rw-r--r-- | test/tables.docbook4 | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/test/tables.docbook4 b/test/tables.docbook4 index a661805e5..6ef281fc2 100644 --- a/test/tables.docbook4 +++ b/test/tables.docbook4 @@ -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" /> |
