Skip to content

Commit e1a6952

Browse files
author
Gregory Cox
committed
Change HTML chapter list to match markdown: remove enclosing paragraph and add type attribute
1 parent 02209b5 commit e1a6952

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/chapters.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
<div class="bgwrapper">
1818
<div id="content">
1919
<h1 id="learn-you-a-haskell-for-great-good">Learn You a Haskell for Great Good!</h1>
20-
<p>
21-
<ol class="chapters">
20+
<ol class="chapters" type="1">
2221
<li>
2322
<a href="introduction.html">Introduction</a>
2423
<ul>
@@ -164,7 +163,6 @@ <h1 id="learn-you-a-haskell-for-great-good">Learn You a Haskell for Great Good!<
164163
</ul>
165164
</li>
166165
</ol>
167-
</p>
168166
<p>
169167
This work is licensed under a <a href="https://creativecommons.org/licenses/by-nc-sa/3.0/" rel="license">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a> because I couldn’t find a license with an even longer name.
170168
</p>

0 commit comments

Comments
 (0)