Skip to content

Commit 547d84e

Browse files
Minor editorial/markup fixes to index.html.
1 parent e8de511 commit 547d84e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ <h2 id="implementation">Source code</h2>
554554
<p>The source code for the experimental HTML5 fork of Tidy can be found at
555555
<a href="https://github.com/w3c/tidy-html5">https://github.com/w3c/tidy-html5</a>.
556556

557-
<h2 id=building-cli>Building the tidy command-line tool</h2>
557+
<h2 id=build-cli>Building the tidy command-line tool</h2>
558558
<p>For Linux/BSD/OSX platforms, you can build and install the
559559
<code>tidy</code> command-line tool from the source code using the
560560
following steps.</p>
@@ -567,14 +567,14 @@ <h2 id=building-cli>Building the tidy command-line tool</h2>
567567
<p>Note that you will either need to run <code>make install</code> as root,
568568
or with <code>sudo make install</code>.</p>
569569

570-
<h2 id=building-library>Building the libtidy shared library</h2>
570+
<h2 id=build-library>Building the libtidy shared library</h2>
571571
<p>For Linux/BSD/OSX platforms, you can build and install the
572572
<code>tidylib</code> shared library (for use in building other
573573
applications) from the source code using the following steps.</p>
574574

575575
<ol>
576-
<li>sh build/gnuauto/setup.sh &amp;&amp; ./configure &amp;&amp; make</li>
577-
<li>make install</li>
576+
<li><code>sh build/gnuauto/setup.sh &amp;&amp; ./configure &amp;&amp; make</code></li>
577+
<li><code>make install</code></li>
578578
</ol>
579579

580580
<p>Note that you will either need to run <code>make install</code> as root,
@@ -587,14 +587,14 @@ <h2 id=acks>Acknowledgements</h2>
587587
original version of Tidy.
588588

589589
<div id=toc-button style="">
590-
<a class=button href="
590+
<a class=button href="#" onclick="
591591
javascript:document.getElementById('toc').className = 'show';
592592
document.getElementById('toc-button').className = 'hide';
593593
document.getElementById('quickref-button').className = 'hide';"
594594
>Show TOC</a>
595595
</div>
596596
<div id=toc class=hide>
597-
<a class=button href="
597+
<a class=button href="#" onclick="
598598
javascript:document.getElementById('toc').className = 'hide';
599599
document.getElementById('toc-button').className = 'show';
600600
document.getElementById('quickref-button').className = 'show';"

0 commit comments

Comments
 (0)