All checks were successful
continuous-integration/drone/push Build is passing
Currently implements both a format hook to remove white-space paragraphs, and a check to make their existence a critical failure. In the end may implement only one or none of these, subject to major design changes. Solves #5409 Co-authored-by: Darragh Elliott <me@delliott.net> Reviewed-on: #5431 Co-authored-by: delliott <delliott@fsfe.org> Co-committed-by: delliott <delliott@fsfe.org>
27 lines
596 B
HTML
27 lines
596 B
HTML
<?xml version="1.0" encoding="utf-8"?>
|
|
<html>
|
|
<version>1</version>
|
|
|
|
<head>
|
|
<title>HTTP status code 500: Internal server error</title>
|
|
</head>
|
|
|
|
<body class="errorpage">
|
|
<h1>HTTP status code 500: Internal server error</h1>
|
|
<p>
|
|
Your request could not be completed because the server
|
|
encountered an internal error.
|
|
</p>
|
|
<p>
|
|
This could be due to an overload of the server or an error
|
|
in a script. If the error remains, please report it to
|
|
<em>web at lists.fsfe.org</em>.
|
|
</p>
|
|
</body>
|
|
|
|
</html><!--
|
|
Local Variables: ***
|
|
mode: xml ***
|
|
End: ***
|
|
-->
|