Skip to content

Commit bdcc9fd

Browse files
author
Tamas Balog
committed
Add missing section closing tags in cookbook and quickstart
1 parent b373db0 commit bdcc9fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/site/resources/cookbook.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,6 @@ <h2>Cookbook</h2>
132132
result, true); <span class="emphasize italics">// Pass</span></a><br/>
133133
</blockquote>
134134
</div>
135-
135+
</section>
136136
</body>
137137
</html>

src/site/resources/quickstart.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,6 @@ <h2>Quick Start</h2>
7878
off, so your tests will be less brittle.
7979
Turn it on if you need to enforce a particular order for arrays, or if you want to
8080
ensure that the actual JSON does not have any fields beyond what's expected.</p>
81+
</section>
8182
</body>
8283
</html>

0 commit comments

Comments
 (0)