Skip to content

Commit

Permalink
Minor editorial/markup fixes to index.html.
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Mar 27, 2012
1 parent e8de511 commit 547d84e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ <h2 id="implementation">Source code</h2>
<p>The source code for the experimental HTML5 fork of Tidy can be found at <p>The source code for the experimental HTML5 fork of Tidy can be found at
<a href="https://github.com/w3c/tidy-html5">https://github.com/w3c/tidy-html5</a>. <a href="https://github.com/w3c/tidy-html5">https://github.com/w3c/tidy-html5</a>.


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


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


<ol> <ol>
<li>sh build/gnuauto/setup.sh &amp;&amp; ./configure &amp;&amp; make</li> <li><code>sh build/gnuauto/setup.sh &amp;&amp; ./configure &amp;&amp; make</code></li>
<li>make install</li> <li><code>make install</code></li>
</ol> </ol>


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


<div id=toc-button style=""> <div id=toc-button style="">
<a class=button href=" <a class=button href="#" onclick="
javascript:document.getElementById('toc').className = 'show'; javascript:document.getElementById('toc').className = 'show';
document.getElementById('toc-button').className = 'hide'; document.getElementById('toc-button').className = 'hide';
document.getElementById('quickref-button').className = 'hide';" document.getElementById('quickref-button').className = 'hide';"
>Show TOC</a> >Show TOC</a>
</div> </div>
<div id=toc class=hide> <div id=toc class=hide>
<a class=button href=" <a class=button href="#" onclick="
javascript:document.getElementById('toc').className = 'hide'; javascript:document.getElementById('toc').className = 'hide';
document.getElementById('toc-button').className = 'show'; document.getElementById('toc-button').className = 'show';
document.getElementById('quickref-button').className = 'show';" document.getElementById('quickref-button').className = 'show';"
Expand Down

0 comments on commit 547d84e

Please sign in to comment.