Skip to content

Commit 0c06761

Browse files
Fix html error in error pages (#255)
1 parent d4467a7 commit 0c06761

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

app/views/example-pages/404.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ <h1>{{ pageHeading }}</h1>
1818

1919
<h2>What you can do:</h2>
2020

21-
<li>refresh this page</li>
22-
<li>go back to the previous page and try again</li>
23-
<li><a href="/">go back to the home page</a></li>
24-
21+
<ul>
22+
<li>refresh this page</li>
23+
<li>go back to the previous page and try again</li>
24+
<li><a href="/">go back to the home page</a></li>
25+
</ul>
26+
2527
<p><a href="#">Contact us</a> if you are still unable to access the required information.</p>
2628

2729
{% endblock %}
28-

app/views/example-pages/500.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ <h2>What you can do:</h2>
2020
<li><a href="/">go back to the home page</a></li>
2121
</ul>
2222

23-
2423
<p><a href="#">Contact us</a> if you are still unable to access the required information.</p>
2524

2625
{% endblock %}

0 commit comments

Comments
 (0)