Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in html tag #11096

Merged
merged 5 commits into from
Apr 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h1>That page does not exist.</h1>

<p>Thank you for helping to improve open source software!.</p>

<hr />
<hr>

<h2>Ask for help in the Public Lab chatroom</h2>

Expand Down
4 changes: 2 additions & 2 deletions public/422.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h2>There was a problem with your request. <small>Are you sure you have permissi

<p>Or it may be our servers!</p>

<hr />
<hr>

<p>Please help us figure out what happened so we can fix it!</p>

Expand All @@ -60,7 +60,7 @@ <h2>There was a problem with your request. <small>Are you sure you have permissi

<p>Thank you for helping to improve open source software!.</p>

<hr />
<hr>

<h2>Ask for help in the Public Lab chatroom</h2>

Expand Down
6 changes: 3 additions & 3 deletions public/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@

<h2>There was an error. <small>Are you sure you have the right address?</small></h2>

<hr />
<hr>

<p>If your browser is set to a language besides English, please <a href="/change_locale/en">click here to switch to English</a> while we resolve a bug -- apologies!</p>

<hr />
<hr>

<p>Please help us figure out what happened so we can fix it!</p>

Expand All @@ -62,7 +62,7 @@ <h2>There was an error. <small>Are you sure you have the right address?</small><

<p>Thank you for helping to improve open source software!.</p>

<hr />
<hr>

<h2>Ask for help in the Public Lab chatroom</h2>

Expand Down
4 changes: 2 additions & 2 deletions public/502.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h2>This page is taking too long to load.</h2>

<p>We're sorry! Please try refreshing the page.</p>

<hr />
<hr>

<p>If the problem continues, please help us figure out what happened so we can fix it!</p>

Expand All @@ -59,7 +59,7 @@ <h2>This page is taking too long to load.</h2>

<p>Thank you for helping to improve open source software!.</p>

<hr />
<hr>

<h2>Ask for help in the Public Lab chatroom</h2>

Expand Down
4 changes: 2 additions & 2 deletions public/503.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h2>Our website is having some trouble.</h2>

<p>See <a href="https://oss.skylight.io/app/applications/GZDPChmcfm1Q/1536553680/12h/endpoints">our monitoring graphs</a> to see what's going on.</p>

<hr />
<hr>

<p>Please help us figure out what happened so we can fix it!</p>

Expand All @@ -59,7 +59,7 @@ <h2>Our website is having some trouble.</h2>

<p>Thank you for helping to improve open source software!.</p>

<hr />
<hr>

<h2>Ask for help in the Public Lab chatroom</h2>

Expand Down