Merge pull request #15 from Rudloff/patch-1

Missing charset
This commit is contained in:
Denis CLAVIER 2017-11-20 16:00:16 +01:00 committed by GitHub
commit 502ae7ecb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ if (empty($_POST)) {
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="./style.css"> <link rel="stylesheet" type="text/css" href="./style.css">
<title>Authorisation Mattermost</title> <title>Authorisation Mattermost</title>
</head> </head>