Skip to content

Commit 31c8466

Browse files
committed
tweaking whitespace, which was confusing the Indenter and failing a test
1 parent d75a661 commit 31c8466

File tree

1 file changed

+27
-21
lines changed

1 file changed

+27
-21
lines changed
Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,33 @@
1-
<html><head><title>book</title></head><body>
1+
<html>
2+
<head><title>book</title></head>
3+
<body>
24
<div id="book-index">
3-
<div class="section" id="book-index-book">
4-
<h1>Book
5-
</h1>
6-
<img src="_images/symfony-logo.png"><p>Here is a link to the <em>main index</em><span class="footnote"><code>https://symfony.com/doc/4.0/index.html</code></span></p>
7-
<div class="toctree-wrapper compound"><ul>
8-
<li><a href="#book-first-page-first-page">First page</a></li>
9-
<li><a href="#book-second-page-second-page">Second page</a></li>
10-
</ul></div>
11-
</div>
12-
5+
<div class="section" id="book-index-book">
6+
<h1>Book</h1>
7+
<img src="_images/symfony-logo.png">
8+
<p>Here is a link to the <em>main index</em><span
9+
class="footnote"><code>https://symfony.com/doc/4.0/index.html</code></span>
10+
</p>
11+
<div class="toctree-wrapper compound">
12+
<ul>
13+
<li><a href="#book-first-page-first-page">First page</a></li>
14+
<li><a href="#book-second-page-second-page">Second page</a></li>
15+
</ul>
16+
</div>
1317
</div>
14-
<div id="book-first-page">
15-
<div class="section" id="book-first-page-first-page">
16-
<h1>First page
17-
</h1>
18-
</div>
1918

19+
</div>
20+
<div id="book-first-page">
21+
<div class="section" id="book-first-page-first-page">
22+
<h1>First page</h1>
2023
</div>
21-
<div id="book-second-page">
22-
<div class="section" id="book-second-page-second-page">
23-
<h1>Second page
24-
</h1>
24+
2525
</div>
26+
<div id="book-second-page">
27+
<div class="section" id="book-second-page-second-page">
28+
<h1>Second page</h1>
29+
</div>
2630

27-
</div></body></html>
31+
</div>
32+
</body>
33+
</html>

0 commit comments

Comments
 (0)