wiki.techinc.nl/includes/templates/ImageAuthForbidden.mustache
Fomafix 2a2c7bb7ff Use Mustache template in img_auth.php
Let the template do the output encoding.

Change-Id: I01fc60f10f98c032c5104d3a2f4b44cdfbeee51c
2019-10-05 22:57:30 +02:00

11 lines
165 B
Text

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>{{msgHdr}}</title>
</head>
<body>
<h1>{{msgHdr}}</h1>
<p>{{detailMsg}}</p>
</body>
</html>