Ticket #714: OL test.html

<html>
    <head>
        <meta http-equiv="content-type" content="text/html; charset=UTF-8">
        <title>OL test</title>
        <link type="text/css" rel="stylesheet" href="wikistyle.css">
    </head>
    <body>
<span class="parent-nodes">parent nodes: <span class="parent-node"><a href="Get changes in source code applied in binary distro.html">Get changes in source code applied in binary distro</a></span></span><h2>OL test</h2>

<ol><li />one<br />
<ol><li />nested one one<br />
<li />nested one two<br />
<li />two</ol>
</ol>

<br/>
<br/>
<br/>
<br/>
produced by
<pre>
++ OL test

1. one
1.1. nested one one
1.2. nested one two
2. two
</pre>

    </body>
</html>