Commit 4a066d55 authored by Kurt Pattyn's avatar Kurt Pattyn Committed by The Qt Project
Browse files

Mark html page as being utf-8


FireFox complained when opening the page without proper indication of the
encoding.

Change-Id: I4f0891699c72d46bcf0cd488e2ecaf095514fabc
Reviewed-by: default avatarKurt Pattyn <pattyn.kurt@gmail.com>
parent 8cf5cb96
No related merge requests found
Showing with 2 additions and 0 deletions
<!DOCTYPE html>
<html> <html>
<head> <head>
<title>Websocket Echo Client</title> <title>Websocket Echo Client</title>
<meta charset="utf-8">
</head> </head>
<body> <body>
<h1>Websocket Echo Client</h1> <h1>Websocket Echo Client</h1>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment