Fix mixed spaces/tabs in the template

This commit is contained in:
Sam Whited 2020-12-03 07:08:15 -05:00
parent 07b3993048
commit 6e34c0ed4f
1 changed files with 5 additions and 5 deletions

View File

@ -94,10 +94,10 @@
</ul> </ul>
<dl> <dl>
<di> <di>
<dt>Definition List</dt> <dt>Definition List</dt>
<dd> <dd>
A definition list contains definition items with a title and a description. A definition list contains definition items with a title and a description.
</dd> </dd>
</di> </di>
</dl> </dl>
<p class='box'>Note: This is an informational box</p> <p class='box'>Note: This is an informational box</p>
@ -112,7 +112,7 @@
<section3 topic='3rd Level Heading' anchor='syling-examples-3rd'> <section3 topic='3rd Level Heading' anchor='syling-examples-3rd'>
<p>Text in a Sub-Sub-Section.</p> <p>Text in a Sub-Sub-Section.</p>
<section4 topic='4th Level Heading' anchor='syling-examples-4th'> <section4 topic='4th Level Heading' anchor='syling-examples-4th'>
<p>Text in a Sub-Sub-Sub-Section.</p> <p>Text in a Sub-Sub-Sub-Section.</p>
</section4> </section4>
</section3> </section3>
</section2> </section2>