markup fix

This commit is contained in:
Michael[tm] Smith 2011-11-20 20:58:13 +09:00
parent 2144093509
commit 585769b5ba

View file

@ -5,6 +5,7 @@
<style> <style>
li span.note { display: block; } li span.note { display: block; }
</style> </style>
<link>
</head> </head>
<h1>Tidy for HTML5</h1> <h1>Tidy for HTML5</h1>
@ -20,6 +21,7 @@ following steps.</p>
<ol> <ol>
<li><code>make -C build/gmake/</code></li> <li><code>make -C build/gmake/</code></li>
<li><code>make install -C build/gmake/</code></li> <li><code>make install -C build/gmake/</code></li>
</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,
or with <code>sudo make install</code>.</p> or with <code>sudo make install</code>.</p>
</ol>