wiki.techinc.nl/includes/templates/ImageAuthForbidden.mustache
Fomafix 83e1735d79 img_auth: Output lang and dir in HTTP and HTML on error message
The messages in the output are in user interface language:

curl -i -H 'Accept-Language: nl' http://localhost/mediawiki/img_auth.php

Change-Id: Ie42af75b1adb1c77968d0f9b8be24c47cdbf05df
(cherry picked from commit 180763bdfa3906539c752686fb4a5101593bdac8)
2024-10-29 15:18:52 +00:00

12 lines
247 B
Text

<!DOCTYPE html>
<html dir="{{dir}}" lang="{{lang}}">
<head>
<meta charset="UTF-8" />
<meta name="color-scheme" content="light dark" />
<title>{{msgHdr}}</title>
</head>
<body>
<h1>{{msgHdr}}</h1>
<p>{{detailMsg}}</p>
</body>
</html>