Visiblement ils se sont ratés sur notfound.org dans l'URL qu'ils proposent pour l'incorporation dans les pages 404 (…?&key=…
) qui produit une page en anglais. Ça marche mieux avec …?lang=fr&key=…
pour notre public francophone.
Sans préciser la langue
Avec précision de la langue
diff --git a/public/errors/400.html b/public/errors/400.html
index 5e49796..0f1ff9a 100644
--- a/public/errors/400.html
+++ b/public/errors/400.html
@@ -37,6 +37,6 @@
<p>
Oups, la page demandée n'existe pas : page supprimée ? lien cassé ? URL incorrecte ?
</p>
- <iframe src="http://notfound-static.fwebservices.be/404/index.html?&key=290b284d9e401b0a1b25ddb281cf5bf0" width="100%"
+ <iframe src="http://notfound-static.fwebservices.be/404/index.html?lang=fr&key=290b284d9e401b0a1b25ddb281cf5bf0"
(…)