Fix whitespace bogons (converted some tabs to spaces). Ironic, since
this screwed up the example of how whitespace should be used in .sgml source.
This commit is contained in:
parent
3cc54ea640
commit
73ec5f655c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4761
2 changed files with 10 additions and 10 deletions
|
@ -219,13 +219,13 @@ V
|
|||
<title>Indentation</title>
|
||||
|
||||
<para>Each file starts with indentation set at column 0,
|
||||
<emphasis>regardless</emphasis> of the indentation level of the file
|
||||
which might contain this one.</para>
|
||||
<emphasis>regardless</emphasis> of the indentation level of the file
|
||||
which might contain this one.</para>
|
||||
|
||||
<para>Every start tag increases the indentation level by 2 spaces, and
|
||||
every end tag decreases the indentation level by 2 spaces. Content
|
||||
within elements should be indented by two spaces if the content runs
|
||||
over more than one line.</para>
|
||||
every end tag decreases the indentation level by 2 spaces. Content
|
||||
within elements should be indented by two spaces if the content runs
|
||||
over more than one line.</para>
|
||||
|
||||
...
|
||||
</sect2>
|
||||
|
|
|
@ -219,13 +219,13 @@ V
|
|||
<title>Indentation</title>
|
||||
|
||||
<para>Each file starts with indentation set at column 0,
|
||||
<emphasis>regardless</emphasis> of the indentation level of the file
|
||||
which might contain this one.</para>
|
||||
<emphasis>regardless</emphasis> of the indentation level of the file
|
||||
which might contain this one.</para>
|
||||
|
||||
<para>Every start tag increases the indentation level by 2 spaces, and
|
||||
every end tag decreases the indentation level by 2 spaces. Content
|
||||
within elements should be indented by two spaces if the content runs
|
||||
over more than one line.</para>
|
||||
every end tag decreases the indentation level by 2 spaces. Content
|
||||
within elements should be indented by two spaces if the content runs
|
||||
over more than one line.</para>
|
||||
|
||||
...
|
||||
</sect2>
|
||||
|
|
Loading…
Reference in a new issue