Files
fsfe-website/fsfe.org/error/500.fr.xhtml
delliott b9caf021a4
All checks were successful
continuous-integration/drone/push Build is passing
fix/paragraphs (#5431)
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>
2025-10-30 12:34:42 +00:00

25 lines
593 B
HTML

<?xml version="1.0" encoding="utf-8"?>
<html>
<version>1</version>
<head>
<title>Statut HTTP code 500: Erreur du serveur interne</title>
</head>
<body class="errorpage">
<h1>Statut HTTP code 500: Erreur du serveur interne </h1>
<p>
Votre requête n'a pas abouti car le serveur a recontré une erreur interne.
</p>
<p>
Ceci peut être dû à une surcharge du serveur ou une erreur de script. Si l'erreur persiste, veuillez la reporter à
<em>web at lists.fsfe.org</em>.
</p>
</body>
</html><!--
Local Variables: ***
mode: xml ***
End: ***
-->