diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-09-18 02:14:34 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-09-18 02:14:34 -0600 |
| commit | 354a22ffdd753f4760cbfca4db96a4b77937b1ad (patch) | |
| tree | ef1fd0252cb18250f7455a86ed835f013530dec6 | |
| parent | 7328ac3a370701acae8835b71879e9a116f58aac (diff) | |
minor style change in manpage converter
| -rw-r--r-- | lib/asciidoctor/converter/manpage.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/asciidoctor/converter/manpage.rb b/lib/asciidoctor/converter/manpage.rb index 39258c06..3433e8b1 100644 --- a/lib/asciidoctor/converter/manpage.rb +++ b/lib/asciidoctor/converter/manpage.rb @@ -398,8 +398,7 @@ r lw(\n(.lu*75u/100u).' .B #{manify node.captioned_title} ) end - result << '.TS -allbox tab(:);' + result << %(.TS#{LF}allbox tab(:);) row_header = [] row_text = [] row_index = 0 |
