Skip to content
This repository was archived by the owner on Aug 13, 2021. It is now read-only.

mailto links don't use ://, just : #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 views/500.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<% } else { %>
<p class="error">
A team of highly trained sea bass is working on this as we speak.<br/>
If the problem persists, please <a href="mailto://[email protected]">contact the system administrator</a> and inform them of the time that the error occured, and anything you might have done that may have caused the error.
If the problem persists, please <a href="mailto:[email protected]">contact the system administrator</a> and inform them of the time that the error occured, and anything you might have done that may have caused the error.
</p>
<% } %>

Expand Down