Missing charset

This commit is contained in:
Pierre Rudloff 2017-11-14 17:13:48 +01:00 committed by GitHub
parent a8669ac06d
commit 6039291522
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>