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)
12 lines
247 B
Text
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>
|