Some paragraphs have leading space(s). E.g.,
<para> There is some leading space here.</para>
Get rid of it, doing an emacs search/replace for
<para> +\([^ ]\)
and replacing with
<para>\1
This can be done globally.
This commit is contained in:
parent
2d91cbead9
commit
f0b535db82
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=3647
4 changed files with 568 additions and 555 deletions
|
|
@ -386,3 +386,16 @@ for example,
|
|||
(e.g., the BSD Copyright), so you need to sit and bounce on the 'y' or
|
||||
'n' key as appropriate for each occurence of a stop.
|
||||
|
||||
35. Some paragraphs have leading space(s). E.g.,
|
||||
|
||||
<para> There is some leading space here.</para>
|
||||
|
||||
Get rid of it, doing an emacs search/replace for
|
||||
|
||||
<para> +\([^ ]\)
|
||||
|
||||
and replacing with
|
||||
|
||||
<para>\1
|
||||
|
||||
This can be done globally.
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue